X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.flags;h=60bb888d8db53d8dfdaaeee01abb4f3f500bd49c;hb=0e81e488fdec7d6b1d96439407b8a50737d35929;hp=032f6c135d6fe345f204d9f88c5e62dcbd25e822;hpb=dc3d8939d464e3de2bd47b6936f06d07ea58c75e;p=oweals%2Fbusybox.git 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,) ## Classic *(off_t*)(void*)ptr does not work, ## and I am unwilling to do crazy gcc specific ({ void *ppp = ...; }) ## stuff in macros. This would obfuscate the code too much. +## Maybe try __attribute__((__may_alias__))? #CFLAGS += $(call cc-ifversion, -eq, 0404, -fno-strict-aliasing) endif # gcc 3.x emits bogus "old style proto" warning on find.c:alloc_action()