c-family: Add Warning property to Wnrvo option [PR115624]
This was missing when Wnrvo was added in r14-1594-g2ae5384d457b9c67586de012816dfc71a6943164 . Pushed after a bootstrap/test on x86_64-linux-gnu. gcc/c-family/ChangeLog: PR c++/115624 * c.opt (Wnrvo): Add Warning property. Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com> (cherry picked from commit f7747210947a7c66e865c6ac571cce39e2b87caf)
This commit is contained in:
parent
faf5994e65
commit
b7157f3930
1 changed files with 1 additions and 1 deletions
|
@ -1133,7 +1133,7 @@ C ObjC Var(warn_override_init_side_effects) Init(1) Warning
|
|||
Warn about overriding initializers with side effects.
|
||||
|
||||
Wnrvo
|
||||
C++ ObjC++ Var(warn_nrvo)
|
||||
C++ ObjC++ Var(warn_nrvo) Warning
|
||||
Warn if the named return value optimization is not performed although it is allowed.
|
||||
|
||||
Wpacked-bitfield-compat
|
||||
|
|
Loading…
Add table
Reference in a new issue