fixed some warnings
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@795 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
42bcf8b637
commit
7a1ee42b80
1 changed files with 3 additions and 0 deletions
|
@ -3801,6 +3801,7 @@ QCC_def_t *QCC_PR_Term (void)
|
|||
|
||||
default:
|
||||
QCC_PR_ParseError (ERR_BADNOTTYPE, "type mismatch for * (unrecognised type)");
|
||||
e2 = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
@ -3821,6 +3822,7 @@ QCC_def_t *QCC_PR_Term (void)
|
|||
break;
|
||||
default:
|
||||
QCC_PR_ParseError (ERR_BADNOTTYPE, "type mismatch for -");
|
||||
e2 = NULL;
|
||||
break;
|
||||
}
|
||||
return e2;
|
||||
|
@ -3839,6 +3841,7 @@ QCC_def_t *QCC_PR_Term (void)
|
|||
break;
|
||||
default:
|
||||
QCC_PR_ParseError (ERR_BADNOTTYPE, "type mismatch for +");
|
||||
e2 = NULL;
|
||||
break;
|
||||
}
|
||||
return e2;
|
||||
|
|
Loading…
Reference in a new issue