Skip to content

Commit

Permalink
#26 fix compilation with latest Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Feb 27, 2023
1 parent 39b3305 commit 1208fff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions patches/pyobjc-unused-parameter.patch
Original file line number Diff line number Diff line change
@@ -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"
"-O0",

0 comments on commit 1208fff

Please sign in to comment.