From 93b9b18b5096c7591c02036e1c908f3bcbb09f29 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 9 Mar 2011 14:12:09 +0100 Subject: add -Wwrite-strings everywhere Signed-off-by: Denys Vlasenko --- src/gui-gtk/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui-gtk') diff --git a/src/gui-gtk/Makefile.am b/src/gui-gtk/Makefile.am index 31cae91e..64754080 100644 --- a/src/gui-gtk/Makefile.am +++ b/src/gui-gtk/Makefile.am @@ -17,7 +17,7 @@ abrt_gtk_CFLAGS = \ $(GTK_CFLAGS) \ $(DBUS_CFLAGS) \ -D_GNU_SOURCE \ - -Wall -Werror + -Wall -Wwrite-strings -Werror # -I/usr/include/glib-2.0 # -I/usr/lib/glib-2.0/include # $(LIBNOTIFY_CFLAGS) @@ -37,7 +37,7 @@ abrt_gtk_LDADD = \ # -I$(srcdir)/../include/report -I$(srcdir)/../include \ # $(GLIB_CFLAGS) \ # -D_GNU_SOURCE \ -# -Wall -Werror +# -Wall -Wwrite-strings -Werror #test_report_LDADD = \ # ../lib/libreport.la -- cgit