mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 07:47:49 +00:00
Deprecate __FILE__ and __LINE__ (#1072)
Unlike C, these constants are not convenient for logging in macros, since they always report the same data (their location in the macro). Fixes #1068
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
warning: file-sym.asm(1): [-Wobsolete]
|
||||
`__FILE__` is deprecated
|
||||
|
||||
Reference in New Issue
Block a user