Disable singnedness warnings with newer gcc.
This commit is contained in:
parent
34140dd627
commit
f466577673
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -16,6 +16,7 @@ ifeq ($(GCC_MAJOR),2)
|
||||||
CFLAGS+=-m386 -malign-functions=0
|
CFLAGS+=-m386 -malign-functions=0
|
||||||
else
|
else
|
||||||
CFLAGS+=-march=i386 -falign-functions=0 -fno-strict-aliasing
|
CFLAGS+=-march=i386 -falign-functions=0 -fno-strict-aliasing
|
||||||
|
CFLAGS+=-Wno-pointer-sign -Wno-sign-compare
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DISAS=objdump -d
|
DISAS=objdump -d
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue