summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-rw-r--r--projects/sample/lib/sample/Makefile3
-rw-r--r--projects/sample/lib/sample/sample.c5
2 files changed, 3 insertions, 5 deletions
diff --git a/projects/sample/lib/sample/Makefile b/projects/sample/lib/sample/Makefile
index c85ae1a711..05bca6141b 100644
--- a/projects/sample/lib/sample/Makefile
+++ b/projects/sample/lib/sample/Makefile
@@ -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))
diff --git a/projects/sample/lib/sample/sample.c b/projects/sample/lib/sample/sample.c
index 73c1fee79b..a5ae28091b 100644
--- a/projects/sample/lib/sample/sample.c
+++ b/projects/sample/lib/sample/sample.c
@@ -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