Fix almost all GCC warnings

This commit is contained in:
Nekotekina 2021-02-17 22:58:10 +03:00
parent 6786734d95
commit 038148bf06
19 changed files with 30 additions and 38 deletions

View file

@ -955,7 +955,7 @@ error_code cellVdecGetPicItem(u32 handle, vm::pptr<CellVdecPicItem> picItem)
u64 pts;
u64 dts;
u64 usrd;
u32 frc;
u32 frc = 0;
vm::ptr<CellVdecPicItem> info;
{
std::lock_guard lock(vdec->mutex);