Make sample project -pedantic clean.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31391 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2006-11-03 00:09:53 +00:00
parent 939c6872c5
commit 19d220419a
2 changed files with 3 additions and 5 deletions

View 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))

View File

@ -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