Suppress noisy pointer signed-ness warnings on x86-64.
This commit is contained in:
parent
006c907da7
commit
7db1e69df2
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -4,6 +4,10 @@
|
||||||
include config.mak
|
include config.mak
|
||||||
|
|
||||||
CFLAGS+=-g -Wall
|
CFLAGS+=-g -Wall
|
||||||
|
ifeq ($(ARCH),x86-64)
|
||||||
|
CFLAGS+=-Wno-pointer-sign
|
||||||
|
endif
|
||||||
|
|
||||||
ifndef CONFIG_WIN32
|
ifndef CONFIG_WIN32
|
||||||
LIBS=-lm
|
LIBS=-lm
|
||||||
ifndef CONFIG_NOLDL
|
ifndef CONFIG_NOLDL
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue