summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLignum Crucis2026-03-25 16:01:41 -0300
committerLignum Crucis2026-03-25 16:01:41 -0300
commitbd87ea86f4e70fb6f8530d6d1bee2417d9b222f8 (patch)
tree036a841ec68b8c50f0fd1c9af7082ee3f1c721ff
parent0cfd3afae5586a6d18be92369b9cbc5c763cf48d (diff)
make: added -Wno-unused-function flag
this is for unset bindings; at the end, it's not like i'm writing a patch myself here, if i were to do it, definetively it would be on a clean build
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 982dc21..e3e51ea 100644
--- a/config.mk
+++ b/config.mk
@@ -28,7 +28,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -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 = ${LIBS}
# Solaris