Disabled on sonar

This commit is contained in:
Jeremy 2023-10-05 11:16:55 -04:00
parent 1b9e5916f6
commit af181bf981
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -16,14 +16,14 @@
#include "platform/utils.hpp"
#include "platform/object.hpp"
#define ESC "\033[" // NOSONAR
#define RESET ESC "0m" // NOSONAR
#define RED ESC "31m" // NOSONAR
#define GREEN ESC "32m" // NOSONAR
#define YELLOW ESC "33m" // NOSONAR
#define BLUE ESC "34m" // NOSONAR
#define MAGENTA ESC "35m" // NOSONAR
#define CYAN ESC "36m" // NOSONAR
#define ESC "\033["
#define RESET ESC "0m"
#define RED ESC "31m"
#define GREEN ESC "32m"
#define YELLOW ESC "33m"
#define BLUE ESC "34m"
#define MAGENTA ESC "35m"
#define CYAN ESC "36m"
namespace cpptrace {
CPPTRACE_FORCE_NO_INLINE CPPTRACE_API