Skip to content
Snippets Groups Projects
Commit b795c434 authored by Reid Spencer's avatar Reid Spencer
Browse files

Make sample project -pedantic clean.

llvm-svn: 31391
parent c4e5de55
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,3 @@ BUILD_ARCHIVE=1 ...@@ -16,6 +16,3 @@ BUILD_ARCHIVE=1
# Include Makefile.common so we know what to do. # Include Makefile.common so we know what to do.
# #
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common
CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
...@@ -10,10 +10,11 @@ ...@@ -10,10 +10,11 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
// LLVM Header File /* LLVM Header File
#include "llvm/Support/DataTypes.h" #include "llvm/Support/DataTypes.h"
*/
// Header file global to this project /* Header file global to this project */
#include "sample.h" #include "sample.h"
int int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment