summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParabola automatic package builder <dev@lists.parabolagnulinux.org>2014-06-24 00:39:33 +0000
committerParabola automatic package builder <dev@lists.parabolagnulinux.org>2014-06-24 00:39:33 +0000
commit1cf26065999ac9f1fe7d9fa7a524d39dbd03d919 (patch)
tree6d6c143f10f30763d726c22c6d82a258fd2ce2c2
parentecdc764e85c2076b8be3fa406e47510ebf64202d (diff)
Oops, I broke the CFLAGS because argc is no longer used
-rwxr-xr-xbin/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setup b/bin/setup
index 2a81748..e143fe7 100755
--- a/bin/setup
+++ b/bin/setup
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-CFLAGS += -std=c99 -Wall -Wextra -Werror
+CFLAGS += -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter
dirs = \
$(HOME)/packages/pkgdest \