Skip to content

Commit

Permalink
fix minor warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Nov 25, 2019
1 parent 0422e66 commit f0863b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lv_core/lv_obj.c
Original file line number Diff line number Diff line change
Expand Up @@ -2132,6 +2132,7 @@ lv_bidi_dir_t lv_obj_get_base_dir(const lv_obj_t * obj)

return LV_BIDI_BASE_DIR_DEF;
#else
(void) obj; /*Unused*/
return LV_BIDI_DIR_LTR;
#endif
}
Expand Down

0 comments on commit f0863b4

Please sign in to comment.