Remove #pragmas that don't help c files
This commit is contained in:
@ -62,10 +62,7 @@
|
||||
|
||||
#if ENABLED(DOGLCD)
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wuninitialized"
|
||||
#include <U8glib.h>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#include "../../Marlin.h"
|
||||
|
||||
|
@ -59,10 +59,7 @@
|
||||
|
||||
#if ENABLED(DOGLCD)
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wuninitialized"
|
||||
#include <U8glib.h>
|
||||
#pragma GCC diagnostic pop
|
||||
#include <Arduino.h>
|
||||
#include "../Delay.h"
|
||||
|
||||
|
Reference in New Issue
Block a user