[scudo] add NORETURN to the declaration of dieWithMessage; this should fix a warning in lib/scudo/scudo_termination.cpp

llvm-svn: 277546
This commit is contained in:
Kostya Serebryany 2016-08-02 23:23:13 +00:00
parent 22e67387bf
commit 8b4904f9d7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ inline Dest bit_cast(const Source& source) {
return dest;
}
void dieWithMessage(const char *Format, ...);
void NORETURN dieWithMessage(const char *Format, ...);
enum CPUFeature {
SSE4_2 = 0,