Fix compiler warnings caused by -Wpointer-arith

This commit is contained in:
jsteube
2016-10-30 20:39:27 +01:00
parent 7eef713ff7
commit e3a245f615
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -107,6 +107,7 @@ CFLAGS += -Wundef
CFLAGS += -Wshadow
CFLAGS += -Wmissing-declarations
CFLAGS += -Wmissing-prototypes
CFLAGS += -Wpointer-arith
CFLAGS += -ftrapv
LFLAGS :=