mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-06-07 15:13:46 +00:00
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
|
#define FOREGROUND_WHITE FOREGROUND_RED | FOREGROUND_GREEN | FOREGROUND_BLUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#pragma GCC diagnostic ignored "-Wformat-truncation"
|
||||||
|
|
||||||
void logvisorBp() {}
|
void logvisorBp() {}
|
||||||
|
|
||||||
namespace logvisor {
|
namespace logvisor {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user