vcpkg/ports/zeroc-ice/no-werror.patch
autoantwort df1fcfb1a6
[zeroc-ice] fix arm64-osx build (#30519)
Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-04-06 16:44:47 -07:00

14 lines
646 B
Diff

diff --git a/config/Make.rules.Darwin b/config/Make.rules.Darwin
index e978836..2276b5d 100644
--- a/config/Make.rules.Darwin
+++ b/config/Make.rules.Darwin
@@ -35,7 +35,7 @@ endif
shared_cppflags = $(if $(filter-out program,$($1_target)),-fPIC) -fvisibility=hidden
cppflags = -Wall -Wextra -Wshadow -Wshadow-all -Wredundant-decls -Wno-shadow-field \
- -Wdeprecated -Wstrict-prototypes -Werror -Wconversion -Wdocumentation -pthread \
+ -Wdeprecated -Wstrict-prototypes -Wconversion -Wdocumentation -pthread \
$(if $(filter yes,$(OPTIMIZE)),-O2 -DNDEBUG,-g)
ifeq ($(MAXWARN),yes)