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:
Spoike 2004-11-19 14:20:52 +00:00
parent 5360ef0097
commit cbde1d3274
1 changed files with 2 additions and 0 deletions

View File

@ -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,