summaryrefslogtreecommitdiff
path: root/libappstream-glib
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-07-25 13:48:57 +0100
committerRichard Hughes <richard@hughsie.com>2016-07-25 13:48:57 +0100
commitacd5eb51200301987500ccf737b23d3d1dd70914 (patch)
tree57c4b0f6292e6de1145b3ead85846945726188bc /libappstream-glib
parent74594acf6d9745b8ea0d4efbd58a4fc331f6ef46 (diff)
downloadappstream-glib-acd5eb51200301987500ccf737b23d3d1dd70914.tar.gz
Be more careful choosing warning flags
Diffstat (limited to 'libappstream-glib')
-rw-r--r--libappstream-glib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libappstream-glib/Makefile.am b/libappstream-glib/Makefile.am
index 0aaeee7..f58b826 100644
--- a/libappstream-glib/Makefile.am
+++ b/libappstream-glib/Makefile.am
@@ -169,7 +169,7 @@ libappstream_glib_la_LDFLAGS = \
-export-symbols-regex '^as_.*'
libappstream_glib_la_CFLAGS = \
- $(WARNINGFLAGS_C)
+ $(WARN_CFLAGS)
check_PROGRAMS = \
as-self-test
@@ -184,7 +184,7 @@ as_self_test_LDADD = \
$(UUID_LIBS) \
$(YAML_LIBS) \
$(lib_LTLIBRARIES)
-as_self_test_CFLAGS = $(WARNINGFLAGS_C)
+as_self_test_CFLAGS = $(WARN_CFLAGS)
TESTS = as-self-test