Skip to content

Commit 31bc349

Browse files
committed
build: add extra semi check
1 parent 9660579 commit 31bc349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
'conditions': [
2929
[ 'clang==1', {
30-
'cflags': [ '-Werror=undefined-inline', ]
30+
'cflags': [ '-Werror=undefined-inline -Wextra-semi', ]
3131
}],
3232
[ '"<(_type)"=="executable"', {
3333
'msvs_settings': {

0 commit comments

Comments
 (0)