aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-07-16 03:51:36 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-07-16 03:51:36 -0600
commita1e34d7d72a1d062cd21b51f9e41e617315b276e (patch)
tree6b96b748a35a9b1712f4ef3f06029f88a4e609dc /Makefile
parentfix many bugs, add tests for terminator (diff)
downloadargs.hxx-a1e34d7d72a1d062cd21b51f9e41e617315b276e.tar.xz
Increase warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae4dbdb..c7b9bf7 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ FLAGS += -O2
endif
LIBS =
-CFLAGS += -I. $(FLAGS) -c -MMD -Wall -Wextra
+CFLAGS += -I. $(FLAGS) -c -MMD -Wall -Wextra -Wno-unused-parameter
LDFLAGS += $(FLAGS)
SOURCES = test.cxx