diff options
Diffstat (limited to 'gcc/java/parse.y')
-rw-r--r-- | gcc/java/parse.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/parse.y b/gcc/java/parse.y index efa0912..c69e938 100644 --- a/gcc/java/parse.y +++ b/gcc/java/parse.y @@ -6321,6 +6321,7 @@ resolve_qualified_expression_name (wfl, found_decl, where_found, type_found) default: /* Fix for -Wall Just go to the next statement. Don't continue */ + break; } /* If we fall here, we weren't processing a (static) function call. */ |