mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Fix cppcheck warning
This commit is contained in:
parent
92b74e58cc
commit
01275693a6
1 changed files with 1 additions and 0 deletions
|
@ -199,4 +199,5 @@ void yywarn(char *fmt, ...) {
|
|||
fprintf(stderr, "line %d: ", yylineno);
|
||||
fprintf(stderr, "warning: ");
|
||||
vfprintf(stderr, fmt, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue