mirror of https://github.com/AxioDL/logvisor.git
Ignore GCC truncation warning
This commit is contained in:
parent
7672485d81
commit
ebe7463e67
|
@ -47,6 +47,8 @@
|
|||
#define FOREGROUND_WHITE FOREGROUND_RED | FOREGROUND_GREEN | FOREGROUND_BLUE
|
||||
#endif
|
||||
|
||||
#pragma GCC diagnostic ignored "-Wformat-truncation"
|
||||
|
||||
void logvisorBp() {}
|
||||
|
||||
namespace logvisor {
|
||||
|
|
Loading…
Reference in New Issue