mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-21 16:01:52 +00:00
-Wexport-undefined warning for exporting undefined symbols
This commit is contained in:
@@ -16,3 +16,6 @@ EXPORT REDEF variable = 1234
|
||||
DEF equs_sym EQUS "hello"
|
||||
EXPORT equs_sym ; exports undefined symbol `hello` due to EQUS expansion
|
||||
EXPORT DEF string EQUS "goodbye" ; invalid syntax
|
||||
|
||||
PURGE equ_sym
|
||||
EXPORT equ_sym
|
||||
|
||||
Reference in New Issue
Block a user