Skip to content

Commit

Permalink
build: ignore the extra semi
Browse files Browse the repository at this point in the history
  • Loading branch information
trevnorris committed Sep 19, 2024
1 parent 6eb4e18 commit 7aca29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
# Putting these explicitly here so not to depend on `common.gypi`.
# `common.gypi` need to be more general because it is used to build userland native addons.
# Refs: https://github.com/nodejs/node-gyp/issues/1118
'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ],
'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', '-Wno-c++98-compat-extra-semi',],
'xcode_settings': {
'WARNING_CFLAGS': [
'-Wall',
Expand Down

0 comments on commit 7aca29b

Please sign in to comment.