diff options
Diffstat (limited to 'gcc/cp/search.c')
-rw-r--r-- | gcc/cp/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/search.c b/gcc/cp/search.c index cedf1da..8c26565 100644 --- a/gcc/cp/search.c +++ b/gcc/cp/search.c @@ -1774,7 +1774,7 @@ dfs_walk_once_accessible (tree binfo, bool friends_p, /* Check that virtual overrider OVERRIDER is acceptable for base function BASEFN. Issue diagnostic, and return zero, if unacceptable. */ -int +static int check_final_overrider (tree overrider, tree basefn) { tree over_type = TREE_TYPE (overrider); |