Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
4375e09c
Commit
4375e09c
authored
Aug 02, 2017
by
devsaurus
Browse files
ignored unused functions if u8g2 module is skipped anyhow
parent
64f8ac28
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/modules/u8g2.c
View file @
4375e09c
...
@@ -12,6 +12,13 @@
...
@@ -12,6 +12,13 @@
#include "spi_common.h"
#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
{
typedef
struct
{
int
font_ref
;
int
font_ref
;
int
host_ref
;
int
host_ref
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment