aboutsummaryrefslogtreecommitdiff
path: root/gcc/asan.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/asan.c')
-rw-r--r--gcc/asan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/asan.c b/gcc/asan.c
index fef4b73..f520eab 100644
--- a/gcc/asan.c
+++ b/gcc/asan.c
@@ -2027,6 +2027,8 @@ maybe_instrument_call (gimple_stmt_iterator *iter)
case BUILT_IN_TRAP:
/* Don't instrument these. */
return false;
+ default:
+ break;
}
}
tree decl = builtin_decl_implicit (BUILT_IN_ASAN_HANDLE_NO_RETURN);