summaryrefslogtreecommitdiffstats
path: root/src/daemon
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/daemon
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/daemon')
-rw-r--r--src/daemon/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 6fe73065..4c48ceb9 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -30,7 +30,7 @@ abrtd_CPPFLAGS = \
$(DBUS_CFLAGS) \
$(ENABLE_SOCKET_OR_DBUS) \
-D_GNU_SOURCE \
- -Wall
+ -Wall -Wwrite-strings
abrtd_LDADD = \
$(DL_LIBS) \
$(DBUS_LIBS) \
@@ -51,7 +51,7 @@ abrt_server_CPPFLAGS = \
-DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \
$(GLIB_CFLAGS) \
-D_GNU_SOURCE \
- -Wall -Werror
+ -Wall -Wwrite-strings -Werror
abrt_server_LDADD = \
../lib/libreport.la
@@ -71,7 +71,7 @@ abrt_handle_crashdump_CPPFLAGS = \
-DLIBEXEC_DIR=\"$(LIBEXEC_DIR)\" \
$(GLIB_CFLAGS) \
-D_GNU_SOURCE \
- -Wall -Werror
+ -Wall -Wwrite-strings -Werror
abrt_handle_crashdump_LDADD = \
../lib/libreport.la
@@ -92,7 +92,7 @@ abrt_action_save_package_data_CPPFLAGS = \
-DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \
$(GLIB_CFLAGS) \
-D_GNU_SOURCE \
- -Wall -Werror
+ -Wall -Wwrite-strings -Werror
abrt_action_save_package_data_LDADD = \
$(RPM_LIBS) \
../lib/libreport.la