summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk/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/gui-wizard-gtk/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/gui-wizard-gtk/Makefile.am')
-rw-r--r--src/gui-wizard-gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui-wizard-gtk/Makefile.am b/src/gui-wizard-gtk/Makefile.am
index 4281c470..a44de58c 100644
--- a/src/gui-wizard-gtk/Makefile.am
+++ b/src/gui-wizard-gtk/Makefile.am
@@ -24,7 +24,7 @@ bug_reporting_wizard_CFLAGS = \
$(GTK_CFLAGS) \
$(DBUS_CFLAGS) \
-D_GNU_SOURCE \
- -Wall -Werror
+ -Wall -Wwrite-strings -Werror
# Required for gtk_builder_connect_signals() to work correctly:
# -lgmodule-2.0