summaryrefslogtreecommitdiff
path: root/projects/sample
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-11-03 00:09:53 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-11-03 00:09:53 +0000
commit19d220419a6a54d61fa6025122f34375bcfede60 (patch)
tree1bab87d54f2e0e6e2ab3128ddfa513fd424bb8b2 /projects/sample
parent939c6872c574bf7f5ce28d845a1624980fe702ca (diff)
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')
-rw-r--r--projects/sample/lib/sample/Makefile3
-rw-r--r--projects/sample/lib/sample/sample.c5
2 files changed, 3 insertions, 5 deletions
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 <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