1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Make sample project -pedantic clean.

llvm-svn: 31391
This commit is contained in:
Reid Spencer 2006-11-03 00:09:53 +00:00
parent 9eb8cbc760
commit 982502187b
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