Silence GCC warning
This commit is contained in:
@@ -49,7 +49,7 @@ void lv_debug_log_error(const char * msg, uint64_t value);
|
||||
{ \
|
||||
if(!(expr)) { \
|
||||
LV_LOG_ERROR(__func__); \
|
||||
lv_debug_log_error(msg, (uint64_t)value); \
|
||||
lv_debug_log_error(msg, (uint64_t)((uintptr_t)value)); \
|
||||
while(1); \
|
||||
} \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user