Skip to content

Commit

Permalink
FIXUP one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
trevnorris committed Sep 19, 2024
1 parent c58d375 commit 20100b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

'conditions': [
[ 'clang==1', {
'cflags': [ '-Werror=undefined-inline', '-Werror=extra-semi']
'cflags': [ '-Werror=undefined-inline', '-Wno-c++98-compat-extra-semi']
}],
[ '"<(_type)"=="executable"', {
'msvs_settings': {
Expand Down

0 comments on commit 20100b6

Please sign in to comment.