mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
@@ -214,7 +214,7 @@ Warn when re-defining a charmap mapping.
|
|||||||
This warning is enabled by
|
This warning is enabled by
|
||||||
.Fl Wall .
|
.Fl Wall .
|
||||||
.It Fl Wdiv
|
.It Fl Wdiv
|
||||||
Warn when dividing the smallest negative integer by -1, which yields itself due to integer overflow.
|
Warn when dividing the smallest negative integer (-2**31) by -1, which yields itself due to integer overflow.
|
||||||
.It Fl Wempty-macro-arg
|
.It Fl Wempty-macro-arg
|
||||||
Warn when a macro argument is empty.
|
Warn when a macro argument is empty.
|
||||||
This warning is enabled by
|
This warning is enabled by
|
||||||
@@ -261,7 +261,7 @@ warns when an N-bit value's absolute value is 2**N or greater.
|
|||||||
.Fl Wtruncation=2
|
.Fl Wtruncation=2
|
||||||
or just
|
or just
|
||||||
.Fl Wtruncation
|
.Fl Wtruncation
|
||||||
also warns when an N-bit value is below -2**(N-1), which will not fit in two's complement encoding.
|
also warns when an N-bit value is less than -2**(N-1), which will not fit in two's complement encoding.
|
||||||
.It Fl Wno-user
|
.It Fl Wno-user
|
||||||
Warn when the
|
Warn when the
|
||||||
.Ic WARN
|
.Ic WARN
|
||||||
|
|||||||
@@ -2029,7 +2029,7 @@ directive is at, has its
|
|||||||
lower bits equal to
|
lower bits equal to
|
||||||
.Ar offset .
|
.Ar offset .
|
||||||
.Pp
|
.Pp
|
||||||
If the constraint cannot be met (for example because the section is fixed at an incompatible address), and error is produced.
|
If the constraint cannot be met (for example because the section is fixed at an incompatible address), an error is produced.
|
||||||
Note that
|
Note that
|
||||||
.Ic ALIGN Ar align
|
.Ic ALIGN Ar align
|
||||||
is a shorthand for
|
is a shorthand for
|
||||||
|
|||||||
Reference in New Issue
Block a user