Update deprecated feature examples

Those have been removed, lol
This commit is contained in:
ISSOtm
2021-02-16 22:09:31 +01:00
parent dddff0f450
commit 122ba6eba5

View File

@@ -231,10 +231,10 @@ This warning is enabled by
.Fl Wall . .Fl Wall .
.It Fl Wno-obsolete .It Fl Wno-obsolete
Warn when obsolete constructs such as the Warn when obsolete constructs such as the
.Ic jp [hl] .Ic _PI
instruction or constant or
.Ic HOME .Ic PRINTT
section type are encountered. directive are encountered.
.It Fl Wshift .It Fl Wshift
Warn when shifting right a negative value. Warn when shifting right a negative value.
Use a division by 2^N instead. Use a division by 2^N instead.