We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09458f commit 6209418Copy full SHA for 6209418
node.gyp
@@ -482,6 +482,7 @@
482
'-Wno-unused-parameter',
483
'-Werror=undefined-inline',
484
'-Werror=extra-semi',
485
+ '-Werror=ctad-maybe-unsupported',
486
],
487
},
488
node.gypi
@@ -27,7 +27,11 @@
27
28
'conditions': [
29
[ 'clang==1', {
30
- 'cflags': [ '-Werror=undefined-inline', '-Werror=extra-semi']
+ 'cflags': [
31
+ '-Werror=undefined-inline',
32
+ '-Werror=extra-semi',
33
34
+ ],
35
}],
36
[ '"<(_type)"=="executable"', {
37
'msvs_settings': {
0 commit comments