Get rid of pedantic warnings
This commit is contained in:
parent
8e93960269
commit
2619bd22aa
4
Makefile
4
Makefile
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue