mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 06:17:48 +00:00
Allow fixed-point constants to have unsigned range (#1084)
For example with Q.4, $F0 is 15.0, which no longer warns
This commit is contained in:
4
test/asm/fixed-point-magnitude.err
Normal file
4
test/asm/fixed-point-magnitude.err
Normal file
@@ -0,0 +1,4 @@
|
||||
warning: fixed-point-magnitude.asm(12): [-Wlarge-constant]
|
||||
Magnitude of fixed-point constant is too large
|
||||
warning: fixed-point-magnitude.asm(13): [-Wlarge-constant]
|
||||
Magnitude of fixed-point constant is too large
|
||||
Reference in New Issue
Block a user