From a1e34d7d72a1d062cd21b51f9e41e617315b276e Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Sat, 16 Jul 2016 03:51:36 -0600 Subject: Increase warnings --- Makefile | 2 +- pages | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/pages b/pages index 38c1500..af1518c 160000 --- a/pages +++ b/pages @@ -1 +1 @@ -Subproject commit 38c15002acc2823f3c4a171dcbe288d92288d20f +Subproject commit af1518c30407129c3623cd7162b0e10f4e8cfabf -- cgit v1.2.1