diff options
author | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2014-06-24 00:39:33 +0000 |
---|---|---|
committer | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2014-06-24 00:39:33 +0000 |
commit | 1cf26065999ac9f1fe7d9fa7a524d39dbd03d919 (patch) | |
tree | 6d6c143f10f30763d726c22c6d82a258fd2ce2c2 | |
parent | ecdc764e85c2076b8be3fa406e47510ebf64202d (diff) |
Oops, I broke the CFLAGS because argc is no longer used
-rwxr-xr-x | bin/setup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |