replace noreturn attribute with standard C++ version
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
return error.message;
|
||||
}
|
||||
|
||||
gcc_noreturn
|
||||
[[noreturn]]
|
||||
void Throw(const char *prefix) const;
|
||||
void CheckThrow(const char *prefix) const;
|
||||
};
|
||||
|
Reference in New Issue
Block a user