summaryrefslogtreecommitdiff
path: root/Makefile-giscanner.am
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-07-29 14:26:44 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-07-29 16:48:18 +0200
commit9a3567d5c0f6c451d008da003e64c5ba91e53842 (patch)
treeff99ffb2cc3835ba227b616ec27dab98bcfe0aaa /Makefile-giscanner.am
parent80923051b3e803bf5bdc118c3bac246a308497d6 (diff)
downloadgobject-introspection-9a3567d5c0f6c451d008da003e64c5ba91e53842.tar.gz
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.
Diffstat (limited to 'Makefile-giscanner.am')
-rw-r--r--Makefile-giscanner.am2
1 files changed, 1 insertions, 1 deletions
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)