summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2012-01-05 03:02:32 +0100
committerAmadeusz Sławiński <amade@asmblr.net>2014-07-24 11:50:47 +0200
commit62f0e9f38af3dab83e62f7d660426d04e2b62ca8 (patch)
treeb6da71c84434d35e4567f424ff765c52df53dd26
parent41554bc6a67ad69e9849c929fdca2be792b72890 (diff)
downloadscreen-62f0e9f38af3dab83e62f7d660426d04e2b62ca8.tar.gz
build it with -Wall
warnings which are left just cosmetic and it makes it easier to spot something weird
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 5111288..450c03c 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -32,7 +32,7 @@ endif
SCREENENCODINGS = $(datadir)/screen/utf8encodings
CC = @CC@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -Wall
CPPFLAGS = @CPPFLAGS@ -DETCSCREENRC='"$(ETCSCREENRC)"' \
-DSCREENENCODINGS='"$(SCREENENCODINGS)"'
LDFLAGS = @LDFLAGS@