summaryrefslogtreecommitdiff
path: root/gcc/stub-objc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stub-objc.c')
-rw-r--r--gcc/stub-objc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/stub-objc.c b/gcc/stub-objc.c
index 8c03da27545..481183fd942 100644
--- a/gcc/stub-objc.c
+++ b/gcc/stub-objc.c
@@ -189,7 +189,8 @@ objc_build_keyword_decl (tree ARG_UNUSED (selector),
tree
objc_build_method_signature (tree ARG_UNUSED (rettype),
tree ARG_UNUSED (selectors),
- tree ARG_UNUSED (optparms))
+ tree ARG_UNUSED (optparms),
+ bool ARG_UNUSED (ellipsis))
{
return 0;
}