mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
11 lines
457 B
Diff
11 lines
457 B
Diff
--- 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
|