diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-11-03 00:09:53 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-11-03 00:09:53 +0000 |
commit | 19d220419a6a54d61fa6025122f34375bcfede60 (patch) | |
tree | 1bab87d54f2e0e6e2ab3128ddfa513fd424bb8b2 /projects/sample/lib | |
parent | 939c6872c574bf7f5ce28d845a1624980fe702ca (diff) | |
download | external_llvm-19d220419a6a54d61fa6025122f34375bcfede60.zip external_llvm-19d220419a6a54d61fa6025122f34375bcfede60.tar.gz external_llvm-19d220419a6a54d61fa6025122f34375bcfede60.tar.bz2 |
Make sample project -pedantic clean.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample/lib')
-rw-r--r-- | projects/sample/lib/sample/Makefile | 3 | ||||
-rw-r--r-- | projects/sample/lib/sample/sample.c | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/projects/sample/lib/sample/Makefile b/projects/sample/lib/sample/Makefile index c85ae1a..05bca61 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 73c1fee..a5ae280 100644 --- a/projects/sample/lib/sample/sample.c +++ b/projects/sample/lib/sample/sample.c @@ -10,10 +10,11 @@ #include <stdio.h> #include <stdlib.h> -// 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 |