summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarel Zak2012-06-06 12:10:41 +0200
committerKarel Zak2012-06-06 12:10:41 +0200
commit0e60bc9b152a3414c04c50523b5bf555665a6cea (patch)
treec537c21262310abc2323df9c14c98ea5e56fa632 /config
parentfdisk: fix io_size usage in new API (diff)
downloadkernel-qcow2-util-linux-0e60bc9b152a3414c04c50523b5bf555665a6cea.tar.gz
kernel-qcow2-util-linux-0e60bc9b152a3414c04c50523b5bf555665a6cea.tar.xz
kernel-qcow2-util-linux-0e60bc9b152a3414c04c50523b5bf555665a6cea.zip
build-sys: add compiler warnings
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'config')
-rw-r--r--config/include-Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/include-Makefile.am b/config/include-Makefile.am
index 9c769a9dd..4983b3c19 100644
--- a/config/include-Makefile.am
+++ b/config/include-Makefile.am
@@ -2,7 +2,7 @@ AM_CPPFLAGS = \
-include $(top_builddir)/config.h \
-I$(top_srcdir)/include \
-DLOCALEDIR=\"$(localedir)\"
-AM_CFLAGS = -fsigned-char
+AM_CFLAGS = -fsigned-char $(WARN_CFLAGS)
AM_LDFLAGS =
# Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals.