Silence GCC warning about extra semicolons

This commit is contained in:
Themba Dube
2019-10-12 21:03:54 -04:00
parent 0df7d0d996
commit 93ce1b9e1c
+3 -1
View File
@@ -199,8 +199,10 @@ typedef void * lv_img_decoder_user_data_t;
/* Export integer constant to binding.
* This macro is used with constants in the form of LV_<CONST> that
* should also appear on lvgl binding API such as Micropython
*
* The default value just prevents a GCC warning.
*/
#define LV_EXPORT_CONST_INT(int_value)
#define LV_EXPORT_CONST_INT(int_value) struct _silence_gcc_warning
/*===================
* HAL settings