shut up about deprecated Xlib functions 1479e76f
Anselm R Garbe · 2013-05-01 15:39 1 file(s) · +1 −1
config.mk +1 −1
21 21
# flags
22 22
CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
23 23
#CFLAGS   = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
24 -
CFLAGS   = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
24 +
CFLAGS   = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS}
25 25
LDFLAGS  = -s ${LIBS}
26 26
27 27
# Solaris