summaryrefslogtreecommitdiffstats
path: root/runtime/quick_exception_handler.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-04-06 09:35:22 -0700
committerAndreas Gampe <agampe@google.com>2015-04-06 14:05:07 -0700
commit65b798ea10dd716c1bb3dda029f9bf255435af72 (patch)
tree774e9901b6917989a63f07f927c3b4d8b921a013 /runtime/quick_exception_handler.h
parentc411c6cc327d3f2b3b4d1987b07dd442205d9454 (diff)
downloadart-65b798ea10dd716c1bb3dda029f9bf255435af72.tar.gz
art-65b798ea10dd716c1bb3dda029f9bf255435af72.tar.bz2
art-65b798ea10dd716c1bb3dda029f9bf255435af72.zip
ART: Enable more Clang warnings
Change-Id: Ie6aba02f4223b1de02530e1515c63505f37e184c
Diffstat (limited to 'runtime/quick_exception_handler.h')
-rw-r--r--runtime/quick_exception_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/quick_exception_handler.h b/runtime/quick_exception_handler.h
index 8cccec87e4..7ee4118a8b 100644
--- a/runtime/quick_exception_handler.h
+++ b/runtime/quick_exception_handler.h
@@ -38,7 +38,7 @@ class QuickExceptionHandler {
QuickExceptionHandler(Thread* self, bool is_deoptimization)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
- ~QuickExceptionHandler() {
+ NO_RETURN ~QuickExceptionHandler() {
LOG(FATAL) << "UNREACHABLE"; // Expected to take long jump.
UNREACHABLE();
}