mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
-Wmacro-shift warns about shifting macro arguments too far (#741)
Fixes #735
This commit is contained in:
@@ -0,0 +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
|
||||
|
||||
Reference in New Issue
Block a user