summaryrefslogtreecommitdiff
path: root/src/exception.cc
diff options
context:
space:
mode:
authoranonymous <local@localhost>2010-09-17 21:59:53 +0000
committeranonymous <local@localhost>2010-09-17 21:59:53 +0000
commitde57889786ea4bb7ab2be1c5a661d479b169b1a2 (patch)
treeaf3c7377d0bcdd767053a4dfdf5bbcc0bf81198e /src/exception.cc
parent5128c9eadc8c3756c2873caa6931674f4c74e52a (diff)
downloadlibcxxrt-de57889786ea4bb7ab2be1c5a661d479b169b1a2.tar.gz
libcxxrt-de57889786ea4bb7ab2be1c5a661d479b169b1a2.tar.bz2
libcxxrt-de57889786ea4bb7ab2be1c5a661d479b169b1a2.tar.xz
Fixed minor compiler warnings.
Diffstat (limited to 'src/exception.cc')
-rw-r--r--src/exception.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exception.cc b/src/exception.cc
index ada0c3a..356fd2d 100644
--- a/src/exception.cc
+++ b/src/exception.cc
@@ -844,6 +844,8 @@ extern "C" void __cxa_call_unexpected(void*exception)
}
}
std::unexpected();
+ // Should not be reached.
+ abort();
}
namespace std