Suppress U8glib build warnings

This commit is contained in:
Scott Lahteine
2018-05-23 02:37:09 -05:00
parent bbd09a99f1
commit c89649b46e
15 changed files with 44 additions and 3 deletions

View File

@@ -58,7 +58,11 @@
#include "../libs/duration_t.h"
#endif
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wuninitialized"
#include <U8glib.h>
#pragma GCC diagnostic pop
#include "fontutils.h"
#include "u8g_fontutf8.h"