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:
parent
9eb8cbc760
commit
982502187b
@ -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