mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +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
|
||||
.Ql /*
|
||||
is found inside of a block comment.
|
||||
Block comments cannot be nested, so an "inner"
|
||||
Block comments cannot be nested, so the first
|
||||
.Ql */
|
||||
is likely to have ended the whole comment.
|
||||
will end the whole comment.
|
||||
.It Fl Wno-obsolete
|
||||
Warn when obsolete constructs such as the
|
||||
.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.
|
||||
.Fl Wunmapped-char=0
|
||||
or
|
||||
.Fl Wunmapped-char
|
||||
.Fl Wno-unmapped-char
|
||||
disables this warning.
|
||||
.Fl Wunmapped-char=1
|
||||
or just
|
||||
|
||||
@@ -2282,9 +2282,9 @@ POPO
|
||||
.Pp
|
||||
.Ic OPT
|
||||
can modify the options
|
||||
.Cm b , g , p , Q ,
|
||||
.Cm b , g , p , Q , r ,
|
||||
and
|
||||
.Cm r .
|
||||
.Cm W .
|
||||
.Pp
|
||||
.Ic POPO
|
||||
and
|
||||
|
||||
Reference in New Issue
Block a user