mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Correct some documentation of RGBASM warnings
This commit is contained in:
@@ -295,9 +295,9 @@ This warning is enabled by
|
|||||||
Warn when the block comment start sequence
|
Warn when the block comment start sequence
|
||||||
.Ql /*
|
.Ql /*
|
||||||
is found inside of a block comment.
|
is found inside of a block comment.
|
||||||
Block comments cannot be nested, so an "inner"
|
Block comments cannot be nested, so the first
|
||||||
.Ql */
|
.Ql */
|
||||||
is likely to have ended the whole comment.
|
will end the whole comment.
|
||||||
.It Fl Wno-obsolete
|
.It Fl Wno-obsolete
|
||||||
Warn when obsolete constructs such as the
|
Warn when obsolete constructs such as the
|
||||||
.Ic _PI
|
.Ic _PI
|
||||||
@@ -351,7 +351,7 @@ also warns when an N-bit value is less than -2**(N-1), which will not fit in two
|
|||||||
Warn when a character goes through charmap conversion but has no defined mapping.
|
Warn when a character goes through charmap conversion but has no defined mapping.
|
||||||
.Fl Wunmapped-char=0
|
.Fl Wunmapped-char=0
|
||||||
or
|
or
|
||||||
.Fl Wunmapped-char
|
.Fl Wno-unmapped-char
|
||||||
disables this warning.
|
disables this warning.
|
||||||
.Fl Wunmapped-char=1
|
.Fl Wunmapped-char=1
|
||||||
or just
|
or just
|
||||||
|
|||||||
@@ -2282,9 +2282,9 @@ POPO
|
|||||||
.Pp
|
.Pp
|
||||||
.Ic OPT
|
.Ic OPT
|
||||||
can modify the options
|
can modify the options
|
||||||
.Cm b , g , p , Q ,
|
.Cm b , g , p , Q , r ,
|
||||||
and
|
and
|
||||||
.Cm r .
|
.Cm W .
|
||||||
.Pp
|
.Pp
|
||||||
.Ic POPO
|
.Ic POPO
|
||||||
and
|
and
|
||||||
|
|||||||
Reference in New Issue
Block a user