mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +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_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
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user