mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Axe the constexpr expression evaluator
This avoids redundancy between them (and also having to port fixes and features) The error messages have been preserved through a string reporting mechanism
This commit is contained in:
@@ -2,8 +2,6 @@ warning: overflow.asm(24): [-Wdiv]
|
||||
Division of min value by -1
|
||||
warning: overflow.asm(25): [-Wdiv]
|
||||
Division of min value by -1
|
||||
warning: overflow.asm(35): [-Wshift]
|
||||
Shifting negative value -1
|
||||
warning: overflow.asm(39): [-Wlarge-constant]
|
||||
Integer constant '4294967296' is too large
|
||||
warning: overflow.asm(42): [-Wlarge-constant]
|
||||
|
||||
Reference in New Issue
Block a user