From 1208ffffd5a73057009c14213176e1020b2f14cf Mon Sep 17 00:00:00 2001 From: totaam Date: Mon, 27 Feb 2023 17:33:44 +0700 Subject: [PATCH] #26 fix compilation with latest Xcode --- patches/pyobjc-unused-parameter.patch | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/patches/pyobjc-unused-parameter.patch b/patches/pyobjc-unused-parameter.patch index 23d6d90f..ee3764a8 100644 --- a/patches/pyobjc-unused-parameter.patch +++ b/patches/pyobjc-unused-parameter.patch @@ -1,10 +1,11 @@ ---- a/setup.py 2021-12-15 02:55:58.000000000 -0800 -+++ b/setup.py 2021-12-15 02:56:26.000000000 -0800 -@@ -87,6 +87,7 @@ +--- a/setup.py 2023-02-27 02:31:06.000000000 -0800 ++++ b/setup.py 2023-02-27 02:31:52.000000000 -0800 +@@ -87,6 +87,8 @@ # "-fsanitize=address", "-fsanitize=undefined", "-fno-sanitize=vptr", # "--analyze", "-Werror", + "-Wno-error=unused-parameter", ++ "-Wno-error=unused-but-set-variable", "-I/usr/include/ffi", "-fvisibility=hidden", - # -O0", "-g" \ No newline at end of file + "-O0",