Skip to content

Commit

Permalink
fix: add cflag to fix build on gcc 14
Browse files Browse the repository at this point in the history
  • Loading branch information
my60gb committed May 17, 2024
1 parent ca04583 commit 3ef1778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
"-Wno-unused-parameter",
"-Wno-sign-compare",
"-Wno-maybe-uninitialized",
"-Wno-incompatible-pointer-types",
],
"include_dirs": [
"config/opus/<(OS)/<(target_arch)",
Expand Down

0 comments on commit 3ef1778

Please sign in to comment.