From: Reid Spencer Date: Fri, 3 Nov 2006 00:09:53 +0000 (+0000) Subject: Make sample project -pedantic clean. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=19d220419a6a54d61fa6025122f34375bcfede60;p=oota-llvm.git Make sample project -pedantic clean. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31391 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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