We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d32835 commit 370f621Copy full SHA for 370f621
node.gyp
@@ -96,6 +96,7 @@
96
'-W',
97
'-Wno-unused-parameter',
98
'-Werror=undefined-inline',
99
+ '-Werror=extra-semi',
100
],
101
},
102
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