removed [[noreturn]] on fail_fast
This commit is contained in:
parent
e080c467ea
commit
575953fd85
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
FMT_BEGIN_NAMESPACE
|
FMT_BEGIN_NAMESPACE
|
||||||
//
|
//
|
||||||
[[noreturn]] inline void fail_fast(const char msg_[BUFSIZ]) {
|
inline void fail_fast(const char msg_[BUFSIZ]) {
|
||||||
::puts("\n\n\nFast exit on {fmt} error with message: ");
|
::puts("\n\n\nFast exit on {fmt} error with message: ");
|
||||||
::puts(msg_);
|
::puts(msg_);
|
||||||
::perror("\nPOSIX error message: ");
|
::perror("\nPOSIX error message: ");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user