summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2014-07-07 01:59:03 -0400
committerPaul Smith <psmith@gnu.org>2014-07-07 01:59:03 -0400
commitbe009b9a889f4c58f69b4fb4bd8f5e98b9700555 (patch)
tree5e6c7f534a34aa90f3da9b522cfa31ab4181b3d3 /maintMakefile
parent2eb63e6e43b290e84a279b24d5fcb13f2ff0cf58 (diff)
downloadmake-be009b9a889f4c58f69b4fb4bd8f5e98b9700555.tar.gz
* maintMakefile, various: Improve constification of the codebase.
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintMakefile b/maintMakefile
index cacab4c9..69cb5860 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -20,7 +20,7 @@ GNUWEBDIR ?= $(SRCROOTDIR)/gnu-www
MAKEWEBDIR ?= $(SRCROOTDIR)/make/make-web
# We like mondo-warnings!
-AM_CFLAGS += -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wbad-function-cast
+AM_CFLAGS += -Wall -Wwrite-strings -Wextra -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wbad-function-cast
MAKE_MAINTAINER_MODE := -DMAKE_MAINTAINER_MODE
AM_CPPFLAGS += $(MAKE_MAINTAINER_MODE)