mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
POSIX leaves undefined the order of output if stderr is injected into stdout, and in practice it differs on Windows (Linux buffers both streams separately, Windows interleaves them as they arrive without buffering). This should help testing on other platforms
13 lines
468 B
Plaintext
13 lines
468 B
Plaintext
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(34): [-Wshift]
|
|
Left shift of negative value: -1
|
|
warning: overflow.asm(35): [-Wshift]
|
|
Left shift of negative value: -1
|
|
warning: overflow.asm(39): [-Wlarge-constant]
|
|
Integer constant '4294967296' is too large
|
|
warning: overflow.asm(42): [-Wlarge-constant]
|
|
Graphics constant '`333333333' is too long
|