We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be85d5a commit 3bf2371Copy full SHA for 3bf2371
node.gyp
@@ -98,6 +98,7 @@
98
'-W',
99
'-Wno-unused-parameter',
100
'-Werror=undefined-inline',
101
+ '-Werror=extra-semi',
102
],
103
},
104
node.gypi
@@ -27,7 +27,7 @@
27
28
'conditions': [
29
[ 'clang==1', {
30
- 'cflags': [ '-Werror=undefined-inline', ]
+ 'cflags': [ '-Werror=undefined-inline', '-Werror=extra-semi']
31
}],
32
[ '"<(_type)"=="executable"', {
33
'msvs_settings': {
0 commit comments