Skip to content

Commit

Permalink
disable warning only for specific compiler version (#19994)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Nov 12, 2023
1 parent 5021b91 commit 44ef425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasmota/tasmota_xdrv_driver/xdrv_52_3_berry_lvgl.ino
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@

// silence warning with Core3
#pragma GCC diagnostic push
#if defined(__GNUC__) && (__GNUC__ >= 10)
#pragma GCC diagnostic ignored "-Wdeprecated-enum-enum-conversion"
#endif
#include "lvgl.h"
#pragma GCC diagnostic pop

Expand Down

0 comments on commit 44ef425

Please sign in to comment.