@@ -384,10 +384,10 @@ <h2 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOS
384384 < dt id ="Wpurge= "> < a class ="permalink " href ="#Wpurge= "> < code class ="Fl "> -Wpurge=</ code > </ a > </ dt >
385385 < dd > Warn when purging symbols which are likely to have been necessary.
386386 < code class ="Fl "> -Wpurge=0</ code > or < code class ="Fl "> -Wno-purge</ code >
387- disables this warning. < code class ="Fl "> -Wpurge=1</ code > or just
388- < code class =" Fl " > -Wpurge </ code > warns when purging any exported symbol
389- (regardless of type). < code class ="Fl "> -Wpurge=2</ code > also warns when
390- purging any label (even if not exported).</ dd >
387+ disables this warning. < code class ="Fl "> -Wpurge=1</ code > warns when
388+ purging any exported symbol (regardless of type).
389+ < code class ="Fl "> -Wpurge=2</ code > or just < code class =" Fl " > -Wpurge </ code >
390+ also warns when purging any label (even if not exported).</ dd >
391391 < dt id ="Wshift "> < a class ="permalink " href ="#Wshift "> < code class ="Fl "> -Wshift</ code > </ a > </ dt >
392392 < dd > Warn when shifting right a negative value. Use a division by 2**N
393393 instead.</ dd >
@@ -397,11 +397,11 @@ <h2 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOS
397397 < dd > Warn when an implicit truncation (for example, < code class ="Ic "> db</ code >
398398 to an 8-bit value) loses some bits. < code class ="Fl "> -Wtruncation=0</ code >
399399 or < code class ="Fl "> -Wno-truncation</ code > disables this warning.
400- < code class ="Fl "> -Wtruncation=1</ code > warns when an N-bit value is 2**N
401- or greater, or less than -2**N. < code class ="Fl "> -Wtruncation=2 </ code > or
402- just < code class ="Fl "> -Wtruncation</ code > also warns when an N-bit value
403- is less than -2**(N-1), which will not fit in two's complement
404- encoding.</ dd >
400+ < code class ="Fl "> -Wtruncation=1</ code > or just
401+ < code class ="Fl "> -Wtruncation</ code > warns when an N-bit value is 2**N or
402+ greater, or less than -2**N. < code class ="Fl "> -Wtruncation=2 </ code > also
403+ warns when an N-bit value is less than -2**(N-1), which will not fit in
404+ two's complement encoding.</ dd >
405405 < dt id ="Wunmapped-char= "> < a class ="permalink " href ="#Wunmapped-char= "> < code class ="Fl "> -Wunmapped-char=</ code > </ a > </ dt >
406406 < dd > Warn when a character goes through charmap conversion but has no defined
407407 mapping. < code class ="Fl "> -Wunmapped-char=0</ code > or
0 commit comments