selly's no more warnings...

SVN revision: 9672
This commit is contained in:
Carsten Haitzler 2004-04-10 05:55:23 +00:00
parent 54fa85b4d7
commit 74881aa1da
1 changed files with 5 additions and 0 deletions

View File

@ -1724,8 +1724,13 @@ static void callfunction(symbol *sym)
/* otherwise, the address is already in PRI */
if (lval.sym!=NULL)
markusage(lval.sym,uWRITTEN);
/*
* Dont need this warning - its varargs. there is no way of knowing the
* required tag/type...
*
if (!checktag(arg[argidx].tags,arg[argidx].numtags,lval.tag))
error(213);
*/
break;
case iVARIABLE:
if (lval.ident==iLABEL || lval.ident==iFUNCTN || lval.ident==iREFFUNC