diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2012-03-15 10:40:43 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2012-04-25 09:49:25 +0100 |
commit | d986fb466bb60c5e6229086261b6b3ed0b383d92 (patch) | |
tree | b309ef0a797a766cea504e2a2980f0dd2937f0a6 /client | |
parent | 39565707a9b9b6460ca18c5c9749ae565d583e2a (diff) |
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.am | 2 |
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) |