Fix compiler warnings caused by -Wpointer-arith
This commit is contained in:
@@ -107,6 +107,7 @@ CFLAGS += -Wundef
|
||||
CFLAGS += -Wshadow
|
||||
CFLAGS += -Wmissing-declarations
|
||||
CFLAGS += -Wmissing-prototypes
|
||||
CFLAGS += -Wpointer-arith
|
||||
CFLAGS += -ftrapv
|
||||
|
||||
LFLAGS :=
|
||||
|
||||
Reference in New Issue
Block a user