nuttx-apps/graphics/lvgl
chao an f289cdb2ec lvgl/makefile: workaround for lvgl.v8
Since this change is only merged into the lvgl.v9, let us workaround for v8:
 37835260ca

 ./lvgl/src/core/lv_obj.c:363:25: warning: variable 'x' set but not used [-Wunused-but-set-variable]
   363 |         static uint32_t x = 0;
       |                         ^
 1 warning generated.

CFLAGS += -Wno-unused-but-set-variable

Signed-off-by: chao an <anchao@xiaomi.com>
2023-11-28 03:52:27 -08:00
..
lv_conf
port Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
.gitignore
Kconfig drivertest:Add touch panel test case. 2023-08-14 09:05:52 +08:00
Make.defs
Makefile lvgl/makefile: workaround for lvgl.v8 2023-11-28 03:52:27 -08:00