Get rid of pedantic warnings

This commit is contained in:
twinaphex 2017-02-08 09:06:01 +01:00 committed by radius
parent 8e93960269
commit 2619bd22aa
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,8 @@ include Makefile.common
OBJECTS := $(SOURCES_C:.c=.o) $(SOURCES_CXX:.cpp=.o)
CFLAGS += -Wall -pedantic -D__LIBRETRO__ $(fpic)
CXXFLAGS += -Wall -pedantic -D__LIBRETRO__ $(fpic)
CFLAGS += -Wall -D__LIBRETRO__ $(fpic)
CXXFLAGS += -Wall -D__LIBRETRO__ $(fpic)
all: $(TARGET)