mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Tweak fatal_error macro to remove warning
This commit is contained in:
@@ -160,6 +160,6 @@ private:
|
||||
|
||||
#define fatal_assert(condition) { if (! (condition)) { fatal_require_report(condition); } }
|
||||
|
||||
#define fatal_error(message) do { FatalError (message, __FILE__, __LINE__); BEAST_ANALYZER_NORETURN } while (0);
|
||||
#define fatal_error(message) { FatalError (message, __FILE__, __LINE__); BEAST_ANALYZER_NORETURN }
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user