From 39fe30ff5841d11ae703aa2a52b75fb10657c8fc Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 30 Apr 2017 13:56:34 -0400 Subject: Fix puzzles... again Change-Id: I34dd8673ebcbc7fcd55681175d0e18c8bbc5fe6c --- apps/plugins/puzzles/puzzles.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/puzzles/puzzles.make') diff --git a/apps/plugins/puzzles/puzzles.make b/apps/plugins/puzzles/puzzles.make index 87e113efa9..f3678b7b5b 100644 --- a/apps/plugins/puzzles/puzzles.make +++ b/apps/plugins/puzzles/puzzles.make @@ -50,8 +50,8 @@ endif # we suppress all warnings PUZZLESFLAGS = -I$(PUZZLES_SRCDIR)/dummy \ $(filter-out -O%,$(PLUGINFLAGS)) $(PUZZLESOPTIMIZE) \ - -Wno-unused-parameter -Wno-sign-compare -Wno-strict-aliasing \ - -DFOR_REAL -I$(PUZZLES_SRCDIR)/src \ + -Wno-unused-parameter -Wno-sign-compare -Wno-strict-aliasing -w \ + -DFOR_REAL -I$(PUZZLES_SRCDIR)/src -I$(PUZZLES_SRCDIR) \ -include $(PUZZLES_SRCDIR)/rbcompat.h ifdef PUZZLES_COMBINED PUZZLESFLAGS += -DCOMBINED -- cgit v1.2.3