mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
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:
parent
939c6872c5
commit
19d220419a
@ -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))
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user