mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Don't override bison's internal 'yytnamerr' function
This is not used in all bison versions, which causes a "defined but not used" warning for the 'rgbasm_yytnamerr' replacement, treated as an error by 'make develop'.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
ERROR: syntax-error.asm(2):
|
||||
syntax error, unexpected 'a'
|
||||
syntax error, unexpected a
|
||||
error: Assembly aborted (1 errors)!
|
||||
|
||||
Reference in New Issue
Block a user