-Wall enables -Wcharmap-redef, and document -Wnested-comment (#1528)

This commit is contained in:
Sylvie
2024-09-30 14:34:58 -04:00
committed by GitHub
parent c7a029a051
commit d5159f66be
4 changed files with 11 additions and 0 deletions

View File

@@ -291,6 +291,13 @@ This warning is enabled by
Warn when shifting macro arguments past their limits.
This warning is enabled by
.Fl Wextra .
.It Fl Wno-nested-comment
Warn when the block comment start sequence
.Ql /*
is found inside of a block comment.
Block comments cannot be nested, so an "inner"
.Ql */
is likely to have ended the whole comment.
.It Fl Wno-obsolete
Warn when obsolete constructs such as the
.Ic _PI