Make sample project -pedantic clean.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 3 Nov 2006 00:09:53 +0000 (00:09 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 3 Nov 2006 00:09:53 +0000 (00:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31391 91177308-0d34-0410-b5e6-96231b3b80d8

projects/sample/lib/sample/Makefile
projects/sample/lib/sample/sample.c

index c85ae1a711cf9997d322cb3834ce8834041d380e..05bca6141b06373335886f9a708adf0bd84f47a5 100644 (file)
@@ -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))
index 73c1fee79b2f5083f13af92b234c50de608090c1..a5ae28091bc45f7fc468730005e344d420666340 100644 (file)
 #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