Adds missing opindex for -Wchanges-meaning Pushed as obvious after building the HTML and checking the index.
gcc/ChangeLog: PR c++/117157 * doc/invoke.texi (Wno-changes-meaning): Add opindex. Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com> --- gcc/doc/invoke.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4f4ca637549..0db754c888a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -6448,6 +6448,8 @@ union U @{ @end itemize +@opindex Wchanges-meaning +@opindex Wno-changes-meaning @item -Wno-changes-meaning @r{(C++ and Objective-C++ only)} C++ requires that unqualified uses of a name within a class have the same meaning in the complete scope of the class, so declaring the name -- 2.43.0