Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
'xcode_settings': {
'OTHER_CFLAGS+': [
"-Wno-deprecated-declarations",
"-Wno-cast-function-type-mismatch", # clang17 now warns about casts between incompatible function types and v8 has some of those
"-Wno-unknown-warning-option", # "-Wcast-function-type-mismatch" is not a valid warning option for clang < 17
"-Werror",
'-std=gnu++20',
],
Expand Down