Fix compiler warnings caused by -Wstrict-prototypes

This commit is contained in:
jsteube
2016-10-30 20:45:44 +01:00
parent e3a245f615
commit 2dbb1b41f3
4 changed files with 6 additions and 4 deletions
+2
View File
@@ -108,6 +108,8 @@ CFLAGS += -Wshadow
CFLAGS += -Wmissing-declarations
CFLAGS += -Wmissing-prototypes
CFLAGS += -Wpointer-arith
CFLAGS += -Wcast-align
CFLAGS += -Wstrict-prototypes
CFLAGS += -ftrapv
LFLAGS :=