mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
src,build: add no user defined deduction guides of CTAD check
PR-URL: https://github.com/nodejs/node/pull/56071 Refs: https://google.github.io/styleguide/cppguide.html#CTAD Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
9cd9f43460
commit
4211ab56cc
3 changed files with 7 additions and 2 deletions
|
@ -27,7 +27,11 @@
|
|||
|
||||
'conditions': [
|
||||
[ 'clang==1', {
|
||||
'cflags': [ '-Werror=undefined-inline', '-Werror=extra-semi']
|
||||
'cflags': [
|
||||
'-Werror=undefined-inline',
|
||||
'-Werror=extra-semi',
|
||||
'-Werror=ctad-maybe-unsupported',
|
||||
],
|
||||
}],
|
||||
[ '"<(_type)"=="executable"', {
|
||||
'msvs_settings': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue