diff --git a/projects/sample/lib/sample/Makefile b/projects/sample/lib/sample/Makefile index c85ae1a711c..05bca6141b0 100644 --- a/projects/sample/lib/sample/Makefile +++ b/projects/sample/lib/sample/Makefile @@ -16,6 +16,3 @@ BUILD_ARCHIVE=1 # Include Makefile.common so we know what to do. # include $(LEVEL)/Makefile.common - -CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) -CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) diff --git a/projects/sample/lib/sample/sample.c b/projects/sample/lib/sample/sample.c index 73c1fee79b2..a5ae28091bc 100644 --- a/projects/sample/lib/sample/sample.c +++ b/projects/sample/lib/sample/sample.c @@ -10,10 +10,11 @@ #include #include -// LLVM Header File +/* LLVM Header File #include "llvm/Support/DataTypes.h" +*/ -// Header file global to this project +/* Header file global to this project */ #include "sample.h" int