mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 22:37:50 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
warning: shift-negative.asm(20) -> shift-negative.asm::m(13): [-Wmacro-shift]
|
||||
Cannot shift macro arguments past their end
|
||||
warning: shift-negative.asm(20) -> shift-negative.asm::m(14): [-Wmacro-shift]
|
||||
Cannot shift macro arguments past their beginning
|
||||
warning: shift-negative.asm(20) -> shift-negative.asm::m(16): [-Wmacro-shift]
|
||||
Cannot shift macro arguments past their end
|
||||
warning: shift-negative.asm(20) -> shift-negative.asm::m(18): [-Wmacro-shift]
|
||||
Cannot shift macro arguments past their beginning
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user