From 62330c6674634fb32a1296ca710512804d45176a Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Mon, 17 Nov 2014 11:58:53 -0500 Subject: [PATCH] -Wno-unused-function (errors from disabling keybinds?!) --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index edf5e09..b361242 100644 --- a/config.mk +++ b/config.mk @@ -21,7 +21,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} # 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 -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Wno-unused-function -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # Solaris -- 1.7.10.4