aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-06-23 21:10:15 +0200
committerChristoph Lohmann <20h@r-36.net>2013-06-23 21:10:15 +0200
commit18eef19217a306c5b83193da8662b2b970ce4e47 (patch)
treee5b62b5e70a6ca0cc15d8e54cde3ac351df08c00
parent23a1589c93cedf89df8a570f85be904d1b0dd599 (diff)
Noone likes -Wextra.
I don't have the time to care for X11 that much.
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 22800d6..b0a376f 100644
--- a/config.mk
+++ b/config.mk
@@ -13,7 +13,7 @@ LIBS = -L/usr/lib -lc -lX11
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
-CFLAGS = -std=c99 -pedantic -Wall -Wextra -O0 ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}
# Solaris