Fixed that QCC_WarningForName warning.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@472 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5360ef0097
commit
cbde1d3274
1 changed files with 2 additions and 0 deletions
|
@ -530,6 +530,8 @@ void VARGS QCC_PR_Warning (int type, char *file, int line, char *error, ...);
|
|||
void QCC_PR_ParsePrintDef (int warningtype, QCC_def_t *def);
|
||||
void VARGS QCC_PR_ParseErrorPrintDef (int errortype, QCC_def_t *def, char *error, ...);
|
||||
|
||||
int QCC_WarningForName(char *name);
|
||||
|
||||
//QccMain.c must be changed if this is changed.
|
||||
enum {
|
||||
WARN_DEBUGGING,
|
||||
|
|
Loading…
Reference in a new issue