(start_method_def): Mark _self as possibly unused.

From-SVN: r9683
This commit is contained in:
Richard Kenner 1995-05-14 11:38:31 -04:00
parent 2a95de178c
commit 0ad228e654
1 changed files with 1 additions and 1 deletions

View File

@ -6587,7 +6587,7 @@ start_method_def (method)
push_parm_decl (build_tree_list
(build_tree_list (decl_specs,
build1 (INDIRECT_REF, NULLT, self_id)),
build_tree_list (NULL_TREE, NULL_TREE)));
build_tree_list (unused_list, NULL_TREE)));
#ifdef OBJC_INT_SELECTORS
decl_specs = build_tree_list (NULLT, ridpointers[(int) RID_UNSIGNED]);