aboutsummaryrefslogtreecommitdiffstats
path: root/community/java-jna/disable-Werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/java-jna/disable-Werror.patch')
-rw-r--r--community/java-jna/disable-Werror.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/java-jna/disable-Werror.patch b/community/java-jna/disable-Werror.patch
deleted file mode 100644
index 70f42bc5ff..0000000000
--- a/community/java-jna/disable-Werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/native/Makefile
-+++ b/native/Makefile
-@@ -336,7 +336,7 @@
- ifeq ($(CC),gcc)
- GCC_MAJOR_VERSION = $(shell gcc -dumpversion | cut -f 1 -d '.')
- ifneq ($(GCC_MAJOR_VERSION),4)
-- LOC_CC_OPTS=-Wno-unknown-warning-option -Werror -Wno-clobbered -Wno-unused-variable
-+ LOC_CC_OPTS=-Wno-unknown-warning-option -Wno-clobbered -Wno-unused-variable
- endif
- else
- LOC_CC_OPTS=-Wno-unknown-warning-option -Werror -Wno-clobbered -Wno-unused-variable