Adapt to lvgl's property API #59
ci.yml
on: pull_request
Build on ubuntu-latest
32s
Annotations
7 errors
Build on ubuntu-latest:
src/event.c#L51
‘LV_EVENT_LAST’ undeclared (first use in this function); did you mean ‘LV_EVENT_LEAVE’?
|
Build on ubuntu-latest:
src/style.c#L21
‘LV_STYLE_LAST_BUILT_IN_PROP’ undeclared here (not in a function)
|
Build on ubuntu-latest:
src/style.c#L272
‘LV_FLEX_REVERSE’ undeclared (first use in this function)
|
Build on ubuntu-latest:
src/style.c#L285
‘LV_FLEX_WRAP’ undeclared (first use in this function); did you mean ‘LV_FLEX_H’?
|
Build on ubuntu-latest:
src/util.c#L182
implicit declaration of function ‘lv_obj_get_base_class’; did you mean ‘lv_obj_get_class’? [-Werror=implicit-function-declaration]
|
Build on ubuntu-latest:
src/util.c#L182
passing argument 2 of ‘luavgl_obj_getmetatable’ makes pointer from integer without a cast [-Werror=int-conversion]
|
Build on ubuntu-latest
Process completed with exit code 1.
|