google / webcrypto.dart

Cross-platform implementation of Web Cryptography APIs
https://pub.dev/packages/webcrypto
Apache License 2.0
81 stars 48 forks source link

Fix build error with Xcode 16 #154

Closed CoreNion closed 1 month ago

CoreNion commented 1 month ago

close: #150

Remove the `GCC_WARN_INHIBIT_ALL_WARNINGS' option, which is not supported in Xcode 16. This option is intended to reduce the number of warnings and, of course, has no effect on the operation of the library.