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

@@ -57,7 +57,10 @@
#if ENABLED(DOGLCD)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wuninitialized"
#include <U8glib.h>
#pragma GCC diagnostic pop
#include "HAL_LCD_com_defines.h"