aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgrischka <grischka>2007-12-13 19:17:45 +0000
committergrischka <grischka>2007-12-13 19:17:45 +0000
commitf466577673ed9e61124f50fa59c351f16c27388e (patch)
tree2d4892f77af14998e9c6e24414ecbb05a5f9a87b /Makefile
parent34140dd62741af158875d7ffefa7fa35cde6ecd0 (diff)
downloadtinycc-f466577673ed9e61124f50fa59c351f16c27388e.tar.gz
tinycc-f466577673ed9e61124f50fa59c351f16c27388e.tar.bz2
Disable singnedness warnings with newer gcc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 65f9fd9..eda0889 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ ifeq ($(GCC_MAJOR),2)
CFLAGS+=-m386 -malign-functions=0
else
CFLAGS+=-march=i386 -falign-functions=0 -fno-strict-aliasing
+CFLAGS+=-Wno-pointer-sign -Wno-sign-compare
endif
DISAS=objdump -d