mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 15:57:48 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
warning: date-time.asm(2): [-Wobsolete]
|
||||
`__DATE__` is deprecated; use `__ISO_8601_LOCAL__`
|
||||
warning: date-time.asm(3): [-Wobsolete]
|
||||
`__TIME__` is deprecated; use `__ISO_8601_LOCAL__`
|
||||
warning: `__DATE__` is deprecated; use `__ISO_8601_LOCAL__` [-Wobsolete]
|
||||
at date-time.asm(2)
|
||||
warning: `__TIME__` is deprecated; use `__ISO_8601_LOCAL__` [-Wobsolete]
|
||||
at date-time.asm(3)
|
||||
|
||||
Reference in New Issue
Block a user