Skip to content

fix(test): enable -Wpedantic - #5676

Merged
XuNeo merged 5 commits into
lvgl:masterfrom
XuNeo:enable-pedantic
Feb 22, 2024
Merged

fix(test): enable -Wpedantic#5676
XuNeo merged 5 commits into
lvgl:masterfrom
XuNeo:enable-pedantic

Conversation

@XuNeo

@XuNeo XuNeo commented Feb 18, 2024

Copy link
Copy Markdown
Collaborator

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

lhdjply commented Feb 19, 2024

Copy link
Copy Markdown
Contributor

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

XuNeo commented Feb 20, 2024

Copy link
Copy Markdown
Collaborator Author

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.

@kisvegabor kisvegabor left a comment

Copy link
Copy Markdown
Member

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
@XuNeo
XuNeo deleted the enable-pedantic branch February 22, 2024 09:24
HongChao6 pushed a commit to HongChao6/lvgl that referenced this pull request Oct 18, 2024
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
HongChao6 pushed a commit to HongChao6/lvgl that referenced this pull request Oct 18, 2024
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
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