Skip to content

problems with building the library under esp-idf #2669

@ddprog

Description

@ddprog

esp-idf ver 5.4.2

C:/espressif/projects/project/components/u8g2/csrc/mui_u8g2.c: In function 'mui_u8g2_s8_vmm_draw_wm_pf':
C:/espressif/projects/project/components/u8g2/csrc/mui_u8g2.c:1261:9: warning: unused variable 's' [-Wunused-variable]
 1261 |   char *s = buf;
      |         ^
[862/1135] Building C object esp-idf/u8g2/CMakeFiles/__idf_u8g2.dir/csrc/mui.c.obj
C:/espressif/projects/project/components/u8g2/csrc/mui.c:591:16: warning: 'mui_task_read_nth_selectable_field' defined but not used [-Wunused-function]
  591 | static uint8_t mui_task_read_nth_selectable_field(mui_t *ui)
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I don't use MUI, all other library functions seem to work.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions