summaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 032f6c135..60bb888d8 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -40,6 +40,7 @@ CFLAGS += $(call cc-option,-Werror,)
40## Classic *(off_t*)(void*)ptr does not work, 40## Classic *(off_t*)(void*)ptr does not work,
41## and I am unwilling to do crazy gcc specific ({ void *ppp = ...; }) 41## and I am unwilling to do crazy gcc specific ({ void *ppp = ...; })
42## stuff in macros. This would obfuscate the code too much. 42## stuff in macros. This would obfuscate the code too much.
43## Maybe try __attribute__((__may_alias__))?
43#CFLAGS += $(call cc-ifversion, -eq, 0404, -fno-strict-aliasing) 44#CFLAGS += $(call cc-ifversion, -eq, 0404, -fno-strict-aliasing)
44endif 45endif
45# gcc 3.x emits bogus "old style proto" warning on find.c:alloc_action() 46# gcc 3.x emits bogus "old style proto" warning on find.c:alloc_action()