|
From: <sv...@va...> - 2014-09-18 18:11:02
|
Author: florian
Date: Thu Sep 18 18:10:37 2014
New Revision: 14551
Log:
Enable -Wcast-align globally.
Tested on x86-64, s390, and ppc64.
Modified:
trunk/Makefile.all.am
trunk/Makefile.vex.am
Modified: trunk/Makefile.all.am
==============================================================================
--- trunk/Makefile.all.am (original)
+++ trunk/Makefile.all.am Thu Sep 18 18:10:37 2014
@@ -99,6 +99,7 @@
AM_CFLAGS_BASE = \
-O2 -g \
-Wall \
+ -Wcast-align \
-Wmissing-prototypes \
-Wshadow \
-Wpointer-arith \
Modified: trunk/Makefile.vex.am
==============================================================================
--- trunk/Makefile.vex.am (original)
+++ trunk/Makefile.vex.am Thu Sep 18 18:10:37 2014
@@ -156,7 +156,6 @@
LIBVEX_CFLAGS = \
-Wbad-function-cast \
-Wcast-qual \
- -Wcast-align \
-fstrict-aliasing
libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_SOURCES = $(LIBVEX_SOURCES_COMMON)
|