mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
19 lines
828 B
Plaintext
19 lines
828 B
Plaintext
warning: patch-diagnostics.asm(10): [-Wshift-amount]
|
|
Shifting right by large amount 32
|
|
warning: patch-diagnostics.asm(9): [-Wshift-amount]
|
|
Shifting right by negative amount -1
|
|
warning: patch-diagnostics.asm(8): [-Wshift-amount]
|
|
Shifting right by large amount 32
|
|
warning: patch-diagnostics.asm(7): [-Wshift-amount]
|
|
Shifting right by negative amount -1
|
|
warning: patch-diagnostics.asm(6): [-Wshift]
|
|
Shifting right negative value -1
|
|
warning: patch-diagnostics.asm(5): [-Wshift-amount]
|
|
Shifting left by large amount 32
|
|
warning: patch-diagnostics.asm(4): [-Wshift-amount]
|
|
Shifting left by negative amount -1
|
|
warning: patch-diagnostics.asm(3): [-Wdiv]
|
|
Division of -2147483648 by -1 yields -2147483648
|
|
warning: patch-diagnostics.asm(3): [-Wtruncation]
|
|
Value $80000000 (may be negative?) is not 8-bit
|