diff --git a/graphics/lvgl/Makefile b/graphics/lvgl/Makefile index e16bf05e3..8ae2753b7 100644 --- a/graphics/lvgl/Makefile +++ b/graphics/lvgl/Makefile @@ -27,7 +27,7 @@ LVGL_DIR_NAME = lvgl # Relax LVGL's format checking and unused variable checking to avoid errors -CFLAGS += -Wno-format -Wno-unused-variable +CFLAGS += -Wno-format -Wno-format-security -Wno-unused-variable -include ./lvgl/lvgl.mk