Exception.cpp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user