diff options
| author | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2022-12-05 15:39:07 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2022-12-05 15:39:07 -0500 |
| commit | 30b76a1f93a79d7c88c510b53143bfbf146efbd6 (patch) | |
| tree | 6b593933698fbde15f3250dbb7c2ca0b6161d409 /config.mk | |
| parent | da4475e12268ea27869957fa775dddbb539c110a (diff) | |
| download | dwm-30b76a1f93a79d7c88c510b53143bfbf146efbd6.tar.gz | |
Warning cleanup
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lxcb -lxcb-r # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -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 |