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
1
node.gyp
1
node.gyp
|
@ -482,6 +482,7 @@
|
|||
'-Wno-unused-parameter',
|
||||
'-Werror=undefined-inline',
|
||||
'-Werror=extra-semi',
|
||||
'-Werror=ctad-maybe-unsupported',
|
||||
],
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue