From 9a3567d5c0f6c451d008da003e64c5ba91e53842 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 29 Jul 2018 14:26:44 +0200 Subject: build: enable -Wdiscarded-qualifiers Except for the Python module because nothing in the CPython API is marked const and we'd have to cast everywhere. --- Makefile-giscanner.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile-giscanner.am') diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am index cf9f79a1..7f437d0e 100644 --- a/Makefile-giscanner.am +++ b/Makefile-giscanner.am @@ -110,7 +110,7 @@ nobase_dist_template_DATA = \ _giscanner_la_CFLAGS = \ $(PYTHON_INCLUDES) \ $(GOBJECT_CFLAGS) \ - $(WARN_CFLAGS) \ + $(WARN_CFLAGS_PYTHON) \ -I$(top_srcdir)/giscanner _giscanner_la_LIBADD = libgiscanner.la $(GOBJECT_LIBS) -- cgit v1.2.1