summaryrefslogtreecommitdiffstats
path: root/src/report-python/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-03-09 14:12:09 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-03-09 14:12:09 +0100
commit93b9b18b5096c7591c02036e1c908f3bcbb09f29 (patch)
tree1280710d7ee89769571757579d6312cf862f5354 /src/report-python/Makefile.am
parent97db1f93f59091fc85624b618e7cec1ac3d48169 (diff)
downloadabrt-93b9b18b5096c7591c02036e1c908f3bcbb09f29.tar.gz
abrt-93b9b18b5096c7591c02036e1c908f3bcbb09f29.tar.xz
abrt-93b9b18b5096c7591c02036e1c908f3bcbb09f29.zip
add -Wwrite-strings everywhere
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python/Makefile.am')
-rw-r--r--src/report-python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-python/Makefile.am b/src/report-python/Makefile.am
index a00e2d7b..94dc3abb 100644
--- a/src/report-python/Makefile.am
+++ b/src/report-python/Makefile.am
@@ -23,7 +23,7 @@ _pyreport_la_CPPFLAGS = \
$(GLIB_CFLAGS) \
$(PYTHON_CFLAGS) \
-D_GNU_SOURCE \
- -Wall -Werror
+ -Wall -Wwrite-strings -Werror
_pyreport_la_LDFLAGS = \
-module \
-avoid-version \