mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Fix almost all GCC warnings
This commit is contained in:
parent
6786734d95
commit
038148bf06
19 changed files with 30 additions and 38 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue