all repos — slstatus @ 73ec65a84d422fe4bd15a8d3572875f2413926e6

my build of slstatus (tools.suckless.org/slstatus/)

-Wextra
Ali H. Fardan raiz@firemail.cc
Sun, 21 Aug 2016 11:10:37 +0300
commit

73ec65a84d422fe4bd15a8d3572875f2413926e6

parent

2e1eb518afea7c93e3ba750804f1f4c4d0a51af4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config.mkconfig.mk

@@ -16,7 +16,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound

# flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE -CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wextra -O0 ${INCS} ${CPPFLAGS} #CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} #LDFLAGS = -s ${LIBS}