Explorar o código

ignored unused functions if u8g2 module is skipped anyhow

devsaurus %!s(int64=6) %!d(string=hai) anos
pai
achega
4375e09c0b
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      components/modules/u8g2.c

+ 7 - 0
components/modules/u8g2.c

@@ -12,6 +12,13 @@
 
 #include "spi_common.h"
 
+#include "sdkconfig.h"
+#ifndef CONFIG_LUA_MODULE_U8G2
+// ignore unused functions if u8g2 module will be skipped anyhow
+#pragma GCC diagnostic ignored "-Wunused-function"
+#endif
+
+
 typedef struct {
   int font_ref;
   int host_ref;