summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-03-15 10:40:43 +0000
committerDaniel P. Berrange <berrange@redhat.com>2012-04-25 09:49:25 +0100
commitd986fb466bb60c5e6229086261b6b3ed0b383d92 (patch)
treeb309ef0a797a766cea504e2a2980f0dd2937f0a6 /client
parent39565707a9b9b6460ca18c5c9749ae565d583e2a (diff)
downloadspice-d986fb466bb60c5e6229086261b6b3ed0b383d92.tar.gz
spice-d986fb466bb60c5e6229086261b6b3ed0b383d92.tar.xz
spice-d986fb466bb60c5e6229086261b6b3ed0b383d92.zip
Enable many more compiler warnings
* m4/manywarnings.m4m, m4/warnings.m4: Import GNULIB warnings modules * m4/spice-compile-warnings.m4: Define SPICE_COMPILE_WARNINGS * configure.ac: Replace compile warning check with a call to SPICE_COMPILE_WARNINGS * client/Makefile.am: Use WARN_CXXFLAGS instead of WARN_CFLAGS Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 22d5adff..ba3ce767 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -213,7 +213,7 @@ INCLUDES = \
$(SSL_CFLAGS) \
$(XRANDR_CFLAGS) \
$(XFIXES_CFLAGS) \
- $(WARN_CFLAGS) \
+ $(WARN_CXXFLAGS) \
$(XINERAMA_CFLAGS) \
$(CXIMAGE_CFLAGS) \
$(NULL)