mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix spurious truncation warning (#1238)
This commit is contained in:
@@ -298,7 +298,7 @@ or
|
||||
.Fl Wno-truncation
|
||||
disables this warning.
|
||||
.Fl Wtruncation=1
|
||||
warns when an N-bit value's absolute value is 2**N or greater.
|
||||
warns when an N-bit value is 2**N or greater, or less than -2**N.
|
||||
.Fl Wtruncation=2
|
||||
or just
|
||||
.Fl Wtruncation
|
||||
|
||||
Reference in New Issue
Block a user