* fixed hint for unused _cmd parameters after r13737

git-svn-id: branches/objc@13739 -
This commit is contained in:
Jonas Maebe 2009-09-18 11:58:17 +00:00
parent 4c57a5f504
commit c1305f046e

View File

@ -633,7 +633,7 @@ implementation
) and
{ don't complain about alias for hidden _cmd parameter to
obj-c methods }
not((tsym(sym).typ in [localvarsym,paravarsym]) and
not((tsym(sym).typ in [localvarsym,paravarsym,absolutevarsym]) and
(vo_is_msgsel in tabstractvarsym(sym).varoptions)) then
MessagePos2(tsym(sym).fileinfo,sym_h_local_symbol_not_used,SymTypeName[tsym(sym).typ],tsym(sym).prettyname);
end;