Fix luavgl obj property API #70
ci.yml
on: pull_request
Build on ubuntu-latest
30s
Annotations
7 errors
Build on ubuntu-latest:
src/obj.c#L695
implicit declaration of function ‘lv_obj_class_property_get_id’; did you mean ‘lv_obj_property_get_id’? [-Werror=implicit-function-declaration]
|
Build on ubuntu-latest:
src/obj.c#L707
implicit declaration of function ‘lv_obj_style_property_get_id’; did you mean ‘lv_obj_property_get_id’? [-Werror=implicit-function-declaration]
|
Build on ubuntu-latest:
src/util.c#L423
‘LV_PROPERTY_TYPE_BOOL’ undeclared (first use in this function); did you mean ‘LV_PROPERTY_TYPE_FONT’?
|
Build on ubuntu-latest:
src/util.c#L424
‘lv_property_t’ has no member named ‘enable’
|
Build on ubuntu-latest:
src/util.c#L480
‘LV_PROPERTY_TYPE_BOOL’ undeclared (first use in this function); did you mean ‘LV_PROPERTY_TYPE_FONT’?
|
Build on ubuntu-latest:
src/util.c#L481
‘lv_property_t’ has no member named ‘enable’
|
Build on ubuntu-latest
Process completed with exit code 1.
|