remove warnings

This commit is contained in:
lixianjing 2019-10-24 09:53:20 +08:00
parent ad90b667e9
commit c205819697

View File

@ -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) {