OSDN Git Service

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 c85ae1a..05bca61 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 73c1fee..a5ae280 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