Skip to content

Commit

Permalink
build: add extra semi check
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Jan 13, 2023
1 parent 31ea7be commit c792b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.gypi
Expand Up @@ -27,7 +27,7 @@

'conditions': [
[ 'clang==1', {
'cflags': [ '-Werror=undefined-inline', ]
'cflags': [ '-Werror=undefined-inline -Wextra-semi', ]
}],
[ '"<(_type)"=="executable"', {
'msvs_settings': {
Expand Down

0 comments on commit c792b89

Please sign in to comment.