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

fix(test): enable -Wpedantic #5676

Merged
merged 5 commits into from
Feb 22, 2024
Merged

fix(test): enable -Wpedantic #5676

merged 5 commits into from
Feb 22, 2024

Conversation

XuNeo
Copy link
Collaborator

@XuNeo XuNeo commented Feb 18, 2024

Description of the feature or fix

Disabled LV_USE_OBJ_PROPERTY in test, since it relies on converting function pointer and void* which is not ISO C standard.

Fix #5666

Notes

Disabled LV_USE_OBJ_PROPERTY in test, since it relies on converting function pointer and void* which is not ISO C standard.

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
@lhdjply
Copy link
Contributor

lhdjply commented Feb 19, 2024

Screenshot_20240219_185057
please fix it.

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
@XuNeo
Copy link
Collaborator Author

XuNeo commented Feb 20, 2024

Hi @kisvegabor,
The issue mentioned in #5666 can be resolved by this PR. CI has also re-enabled the -Wpedantic to ensure standard C is used.

Copy link
Member

@kisvegabor kisvegabor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I'll close #5698.

@XuNeo XuNeo merged commit 1a9f106 into lvgl:master Feb 22, 2024
16 checks passed
@XuNeo XuNeo deleted the enable-pedantic branch February 22, 2024 09:24
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.

Usage of GNU extensions in lv_draw_sw_letter.c
5 participants