Skip to content

Commit 58bc71a

Browse files
authored
Fix build error with Xcode 16 (#154)
* darwin: remove `GCC_WARN_INHIBIT_ALL_WARNINGS` option not supported in Xcode 16
1 parent d3af452 commit 58bc71a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

darwin/webcrypto.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Pod::Spec.new do |s|
2828
s.compiler_flags = [
2929
'-DOPENSSL_NO_ASM',
3030
'-DDOPENSSL_SMALL',
31-
'-GCC_WARN_INHIBIT_ALL_WARNINGS',
3231
'-w',
3332
]
3433

0 commit comments

Comments
 (0)