diff options
author | Laslo Hunhold <dev@frign.de> | 2017-09-17 17:21:54 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2017-09-17 17:38:07 +0200 |
commit | 483126839e10222b2ea872ce16931aa0b3d33aff (patch) | |
tree | 71942ac1780cac03dc72b4a0326e220f1f293acb /config.mk | |
parent | 1d9607fe9e1bb1064bb7d84348d3d96cc12b9d64 (diff) |
Properly declare buf as extern and fix all unused-warnings
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ X11LIB = /usr/X11R6/lib # flags CPPFLAGS = -I$(X11INC) -D_DEFAULT_SOURCE -CFLAGS = -std=c99 -pedantic -Wall -Wextra -Wno-unused -Os +CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os LDFLAGS = -L$(X11LIB) -s LDLIBS = -lX11 |