Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lvgl/makefile: workaround for lvgl.v8 #2214

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Conversation

anchao
Copy link
Contributor

@anchao anchao commented Nov 28, 2023

Summary

lvgl/makefile: workaround for lvgl.v8

Since this change is only merged into the lvgl.v9, let us workaround for v8:
hubbell2019/LVGL@3783526

./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

Impact

N/A

Testing

ci-check

 Since this change is only merged into the lvgl.v9, let us workaround for v8:
 hubbell2019/LVGL@3783526

 ./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 <[email protected]>
@xiaoxiang781216
Copy link
Contributor

let's merge this patch to unblock the ci.

@xiaoxiang781216 xiaoxiang781216 merged commit f289cdb into apache:master Nov 28, 2023
7 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants