mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
remove warnings
This commit is contained in:
parent
ad90b667e9
commit
c205819697
@ -190,7 +190,7 @@ static ret_t build_asset_filename_default(char* path, uint32_t size, const char*
|
||||
RET_FAIL);
|
||||
}
|
||||
|
||||
return file_exist(path) ? RET_OK : RET_FAIL;
|
||||
return RET_OK;
|
||||
}
|
||||
|
||||
static const char* device_pixel_ratio_to_str(float_t dpr) {
|
||||
|
Loading…
Reference in New Issue
Block a user