mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
9 lines
524 B
Plaintext
9 lines
524 B
Plaintext
warning: Cannot shift macro arguments past their end [-Wmacro-shift]
|
|
at shift-negative.asm::m(13) <- shift-negative.asm(20)
|
|
warning: Cannot shift macro arguments past their beginning [-Wmacro-shift]
|
|
at shift-negative.asm::m(14) <- shift-negative.asm(20)
|
|
warning: Cannot shift macro arguments past their end [-Wmacro-shift]
|
|
at shift-negative.asm::m(16) <- shift-negative.asm(20)
|
|
warning: Cannot shift macro arguments past their beginning [-Wmacro-shift]
|
|
at shift-negative.asm::m(18) <- shift-negative.asm(20)
|