shut up about deprecated Xlib functions
Anselm R Garbe anselm@garbe.us
Wed, 01 May 2013 15:39:06 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
config.mk
→
config.mk
@@ -21,7 +21,7 @@
# flags CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # Solaris