Noone likes -Wextra.

I don't have the time to care for X11 that much.
This commit is contained in:
Christoph Lohmann 2013-06-23 21:10:15 +02:00
parent 23a1589c93
commit 18eef19217

View file

@ -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