Exception.cpp

This commit is contained in:
bofdahof
2025-03-22 11:31:07 +10:00
committed by Chris Hennes
parent 16968aa3ee
commit e4ebaba805

View File

@@ -341,7 +341,7 @@ using PyMethodDef = struct PyMethodDef;
*
*/
// NOLINTBEGIN(bugprone-reserved-identifier,bugprone-macro-parentheses,cppcoreguidelines-macro-usage)
// NOLINTBEGIN(bugprone-reserved-identifier,bugprone-macro-parentheses,cppcoreguidelines-macro-usage,cppcoreguidelines-avoid-do-while)
// clang-format off
#define FC_LOGLEVEL_DEFAULT -1
#define FC_LOGLEVEL_ERR 0
@@ -482,7 +482,7 @@ using PyMethodDef = struct PyMethodDef;
#endif // FC_LOG_NO_TIMING
// clang-format on
// NOLINTEND(bugprone-reserved-identifier,bugprone-macro-parentheses,cppcoreguidelines-macro-usage)
// NOLINTEND(bugprone-reserved-identifier,bugprone-macro-parentheses,cppcoreguidelines-macro-usage,cppcoreguidelines-avoid-do-while)
// TODO: Get rid of this typedef
using ConsoleMsgFlags = unsigned int;