summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-06-07 12:06:00 -0700
committerJamey Sharp <jamey@minilop.net>2006-11-12 18:08:41 -0800
commitbfc1789c90f18ec121b110814fb6c1879ba19e9c (patch)
treeb7bcbb7d00ca5282c88a0ef85e9fbe1ba0ef3426 /image
parent2ac3c19acdd4de6f3043a310dd0508c790d5ff76 (diff)
Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to turn on more warnings for each
This is the first of two fixes needed to get xcb-util building on Solaris. Signed-off-by: Jamey Sharp <jamey@minilop.net>
Diffstat (limited to 'image')
-rw-r--r--image/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/Makefile.am b/image/Makefile.am
index 1237aad..d688fca 100644
--- a/image/Makefile.am
+++ b/image/Makefile.am
@@ -5,7 +5,7 @@ lib_LTLIBRARIES = libXCBImage.la
xcbinclude_HEADERS = xcb_image.h
-AM_CFLAGS = -Wall
+AM_CFLAGS = $(CWARNFLAGS)
XCB_IMAGE_LIBS = libXCBImage.la