@@ -282,9 +282,9 @@ <h2 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOS
282
282
< dt id ="Wno-nested-comment "> < a class ="permalink " href ="#Wno-nested-comment "> < code class ="Fl "> -Wno-nested-comment</ code > </ a > </ dt >
283
283
< dd > Warn when the block comment start sequence
284
284
‘< code class ="Li "> /*</ code > ’ is found inside of a block
285
- comment. Block comments cannot be nested, so an "inner"
286
- ‘< code class ="Li "> */</ code > ’ is likely to have ended the
287
- whole comment.</ dd >
285
+ comment. Block comments cannot be nested, so the first
286
+ ‘< code class ="Li "> */</ code > ’ will end the whole
287
+ comment.</ dd >
288
288
< dt id ="Wno-obsolete "> < a class ="permalink " href ="#Wno-obsolete "> < code class ="Fl "> -Wno-obsolete</ code > </ a > </ dt >
289
289
< dd > Warn when obsolete constructs such as the < code class ="Ic "> _PI</ code >
290
290
constant or < code class ="Ic "> PRINTT</ code > directive are encountered.</ dd >
@@ -321,7 +321,7 @@ <h2 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOS
321
321
< dt id ="Wunmapped-char= "> < a class ="permalink " href ="#Wunmapped-char= "> < code class ="Fl "> -Wunmapped-char=</ code > </ a > </ dt >
322
322
< dd > Warn when a character goes through charmap conversion but has no defined
323
323
mapping. < code class ="Fl "> -Wunmapped-char=0</ code > or
324
- < code class ="Fl "> -Wunmapped -char</ code > disables this warning.
324
+ < code class ="Fl "> -Wno-unmapped -char</ code > disables this warning.
325
325
< code class ="Fl "> -Wunmapped-char=1</ code > or just
326
326
< code class ="Fl "> -Wunmapped-char</ code > only warns if the active charmap
327
327
is not empty. < code class ="Fl "> -Wunmapped-char=2</ code > warns if the
0 commit comments