mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-21 05:07:06 +00:00
Fix rounding of fixed-point constants where fractional digits should carry into integer part (#2088)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
warning: Magnitude of fixed-point constant is too large [-Wlarge-constant]
|
||||
at fixed-point-carry.asm(5)
|
||||
warning: Magnitude of fixed-point constant is too large [-Wlarge-constant]
|
||||
at fixed-point-carry.asm(11)
|
||||
warning: Magnitude of fixed-point constant is too large [-Wlarge-constant]
|
||||
at fixed-point-carry.asm(17)
|
||||
Reference in New Issue
Block a user