mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed MinGW warnings.
This commit is contained in:
3
3rdparty/fcpp/cpp6.c
vendored
3
3rdparty/fcpp/cpp6.c
vendored
@@ -26,7 +26,6 @@ SOFTWARE.
|
||||
|
||||
INLINE FILE_LOCAL void outadefine(struct Global *, DEFBUF *);
|
||||
INLINE FILE_LOCAL void domsg(struct Global *, ErrorCode, va_list);
|
||||
FILE_LOCAL char *incmem(struct Global *, char *, int);
|
||||
|
||||
/*
|
||||
* skipnl() skips over input text to the end of the line.
|
||||
@@ -193,7 +192,7 @@ ReturnCode macroid(struct Global *global, int *c)
|
||||
if (global->infile != NULL && global->infile->fp != NULL)
|
||||
global->recursion = 0;
|
||||
while (type[*c] == LET && (dp = lookid(global, *c)) != NULL) {
|
||||
if(ret=expand(global, dp))
|
||||
if((ret=expand(global, dp)))
|
||||
return(ret);
|
||||
*c = get(global);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user