Enable -Wobsolete by default

The fact that deprecations were common and quickly acted upon was raised by
some users
This commit is contained in:
ISSOtm
2020-07-21 21:05:54 +02:00
parent 0793e9effe
commit 8e92383fa3
2 changed files with 2 additions and 5 deletions

View File

@@ -219,14 +219,12 @@ This warning is enabled by
Warn when a string too long to fit in internal buffers is encountered.
This warning is enabled by
.Fl Wall .
.It Fl Wobsolete
.It Fl Wno-obsolete
Warn when obsolete constructs such as the
.Ic jp [hl]
instruction or
.Ic HOME
section type are encountered.
This warning is enabled by
.Fl Wextra .
.It Fl Wshift
Warn when shifting right a negative value.
Use a division by 2^N instead.