mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Merge pull request #150 from Ben10do/deprecation-positions
Add a warning() function, similiar to other error handlers
This commit is contained in:
@@ -27,6 +27,7 @@ extern void opt_Parse(char *s);
|
||||
|
||||
noreturn void fatalerror(const char *fmt, ...);
|
||||
void yyerror(const char *fmt, ...);
|
||||
void warning(const char *fmt, ...);
|
||||
|
||||
#define YY_FATAL_ERROR fatalerror
|
||||
|
||||
|
||||
Reference in New Issue
Block a user