diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-07-16 03:51:36 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-07-16 03:51:36 -0600 |
commit | a1e34d7d72a1d062cd21b51f9e41e617315b276e (patch) | |
tree | 6b96b748a35a9b1712f4ef3f06029f88a4e609dc /Makefile | |
parent | fix many bugs, add tests for terminator (diff) | |
download | args.hxx-a1e34d7d72a1d062cd21b51f9e41e617315b276e.tar.xz |
Increase warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |