summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Kaleidoscope/Chapter2/Makefile')
-rw-r--r--examples/Kaleidoscope/Chapter2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Kaleidoscope/Chapter2/Makefile b/examples/Kaleidoscope/Chapter2/Makefile
index 1a9b94ce541e6..fa27e6e06687f 100644
--- a/examples/Kaleidoscope/Chapter2/Makefile
+++ b/examples/Kaleidoscope/Chapter2/Makefile
@@ -10,4 +10,6 @@ LEVEL = ../../..
TOOLNAME = Kaleidoscope-Ch2
EXAMPLE_TOOL = 1
+LLVM_CXXFLAGS := -Wno-unused-private-field
+
include $(LEVEL)/Makefile.common