mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-20 05:44:32 +00:00
13 lines
540 B
Plaintext
13 lines
540 B
Plaintext
warning: Division of -2147483648 by -1 yields -2147483648 [-Wdiv]
|
|
at overflow.asm(23)
|
|
warning: Division of -2147483648 by -1 yields -2147483648 [-Wdiv]
|
|
at overflow.asm(24)
|
|
warning: Modulo of -2147483648 by -1 yields 0 [-Wdiv]
|
|
at overflow.asm(28)
|
|
warning: Modulo of -2147483648 by -1 yields 0 [-Wdiv]
|
|
at overflow.asm(29)
|
|
warning: Integer constant is too large [-Wlarge-constant]
|
|
at overflow.asm(44)
|
|
warning: Graphics constant has too many digits; only first 8 pixels considered [-Wlarge-constant]
|
|
at overflow.asm(47)
|