X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FKaleidoscope%2FChapter2%2FCMakeLists.txt;h=a02faa221304adfdd4084eb52da09e4cd6203aa0;hp=fed3f4b78c7718db6de411fa418ff1bb8b9573ef;hb=44364a33be4f2729f0b00c6ab48685a39749ad6f;hpb=09f1564d23c7f606a5419a89a5126b698624c3a7 diff --git a/examples/Kaleidoscope/Chapter2/CMakeLists.txt b/examples/Kaleidoscope/Chapter2/CMakeLists.txt index fed3f4b78c7..a02faa22130 100644 --- a/examples/Kaleidoscope/Chapter2/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter2/CMakeLists.txt @@ -1,3 +1,5 @@ +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-private-field") + add_kaleidoscope_chapter(Kaleidoscope-Ch2 toy.cpp )