forked from OSchip/llvm-project
[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:
parent
22e67387bf
commit
8b4904f9d7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue