Skip to content

Commit b541c5b

Browse files
authored
fix: add cflag to fix build on gcc 14 (#155)
1 parent ca04583 commit b541c5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/binding.gyp

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
"-Wno-unused-parameter",
194194
"-Wno-sign-compare",
195195
"-Wno-maybe-uninitialized",
196+
"-Wno-incompatible-pointer-types",
196197
],
197198
"include_dirs": [
198199
"config/opus/<(OS)/<(target_arch)",

0 commit comments

Comments
 (0)