Add API to convert property value from and to stack. #45
ci.yml
on: pull_request
Build on ubuntu-latest
34s
Annotations
10 errors
Build on ubuntu-latest:
src/luavgl.h#L199
unknown type name ‘lv_property_t’
|
Build on ubuntu-latest:
src/luavgl.h#L204
unknown type name ‘lv_property_t’
|
Build on ubuntu-latest:
src/util.c#L365
unknown type name ‘lv_property_t’
|
Build on ubuntu-latest:
src/util.c#L368
unknown type name ‘lv_property_t’; did you mean ‘lv_prop_id_t’?
|
Build on ubuntu-latest:
src/util.c#L369
request for member ‘id’ in something not a structure or union
|
Build on ubuntu-latest:
src/util.c#L370
request for member ‘num’ in something not a structure or union
|
Build on ubuntu-latest:
src/util.c#L372
implicit declaration of function ‘LV_PROPERTY_ID_TYPE’ [-Werror=implicit-function-declaration]
|
Build on ubuntu-latest:
src/util.c#L374
‘LV_PROPERTY_TYPE_INT’ undeclared (first use in this function); did you mean ‘LV_SUBJECT_TYPE_INT’?
|
Build on ubuntu-latest:
src/util.c#L375
request for member ‘num’ in something not a structure or union
|
Build on ubuntu-latest:
src/util.c#L377
‘LV_PROPERTY_TYPE_PRECISE’ undeclared (first use in this function)
|