diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 7794adedbeb..f313e6883ca 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -825,6 +825,7 @@ extern int case_compare (splay_tree_key, splay_tree_key); extern tree c_add_case_label (splay_tree, tree, tree, tree, tree); extern void c_do_switch_warnings (splay_tree, tree); +extern void c_do_switch_expr_warnings (splay_tree, tree); extern tree build_function_call (tree, tree); |