aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkremlin- <ian@kremlin.cc>2014-06-26 10:17:03 +0800
committerkremlin- <ian@kremlin.cc>2014-06-26 10:17:03 +0800
commit53f83ba5960811b25e6060dfb05d3ff81459e748 (patch)
tree95f1285ac3a46280aaa601f91db2f9a0abcbd712 /Makefile
parente37568761299fe5228c88187dfc691330cf09f9d (diff)
downloadsystembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar
systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.gz
systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.bz2
systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.lz
systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.xz
systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.zst
systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.zip
see previous commit, forgot 'git add'..
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 342c3bf..e7d247f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CFLAGS=-Wall -Wextra -Werror
DEBUGF=-O0 -v -g
SRCDIR=src
INTFDIR=$(SRCDIR)/interfaces
-SANITY=-Wno-unused-variable -Wno-unused-parameter
+SANITY=-Wno-unused-variable -Wno-unused-parameter -Wno-comment
GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0 gio-unix-2.0`