summaryrefslogtreecommitdiff
path: root/lib/System/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Makefile')
-rw-r--r--lib/System/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/System/Makefile b/lib/System/Makefile
index d4fc79ce7a..85de7369fc 100644
--- a/lib/System/Makefile
+++ b/lib/System/Makefile
@@ -14,3 +14,6 @@ BUILD_ARCHIVE = 1
EXTRA_DIST = Unix Win32 README.txt
include $(LEVEL)/Makefile.common
+
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))