Remove #pragmas that don't help c files

This commit is contained in:
Scott Lahteine
2018-05-23 23:47:16 -05:00
parent 230ae6a143
commit 5f8591528e
14 changed files with 0 additions and 42 deletions

View File

@@ -58,10 +58,7 @@
#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"