|
From: <sv...@va...> - 2015-01-01 18:48:03
|
Author: florian
Date: Thu Jan 1 18:47:56 2015
New Revision: 14842
Log:
Remove -Wcast-qual as it is already being added by Makefile.all.am
Modified:
trunk/Makefile.vex.am
Modified: trunk/Makefile.vex.am
==============================================================================
--- trunk/Makefile.vex.am (original)
+++ trunk/Makefile.vex.am Thu Jan 1 18:47:56 2015
@@ -155,7 +155,6 @@
LIBVEX_CFLAGS = \
-Wbad-function-cast \
- -Wcast-qual \
-fstrict-aliasing
libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_SOURCES = $(LIBVEX_SOURCES_COMMON)
|