Ignore GCC truncation warning

This commit is contained in:
Jack Andersen 2019-06-09 16:48:06 -10:00
parent 7672485d81
commit ebe7463e67
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@
#define FOREGROUND_WHITE FOREGROUND_RED | FOREGROUND_GREEN | FOREGROUND_BLUE
#endif
#pragma GCC diagnostic ignored "-Wformat-truncation"
void logvisorBp() {}
namespace logvisor {