From 41540c4bdee454417caae508f2ed3c95d61a45e8 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Sat, 30 Jun 2012 21:05:59 +0200 Subject: [PATCH] -Wno-overlength-strings --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 61d89f6..d1e65c1 100644 --- a/config.mk +++ b/config.mk @@ -24,7 +24,7 @@ LIBS = -L${X11LIB} -lX11 -lXss ${XFTLIBS} ${XINERAMALIBS} $(shell pkg-config --l # flags CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} ${INIFLAGS} -CFLAGS = -g -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS = -g -ansi -pedantic -Wall -Wno-overlength-strings -Os ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} # compiler and linker