From d986fb466bb60c5e6229086261b6b3ed0b383d92 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 15 Mar 2012 10:40:43 +0000 Subject: 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 --- client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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) -- cgit