mirror of
https://github.com/libretro/Play-.git
synced 2024-12-01 04:30:55 +00:00
Fix warnings.
This commit is contained in:
parent
e73bfad677
commit
8c6a0898d0
@ -4,9 +4,9 @@
|
||||
#include "lexical_cast_ex.h"
|
||||
|
||||
CMIPSAssembler::CMIPSAssembler(uint32* ptr)
|
||||
: m_nextLabelId(1)
|
||||
, m_ptr(ptr)
|
||||
: m_ptr(ptr)
|
||||
, m_startPtr(ptr)
|
||||
, m_nextLabelId(1)
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -142,6 +142,6 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
uint32* m_headIdPtr = nullptr;
|
||||
StructManager& m_items;
|
||||
uint32* m_headIdPtr = nullptr;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user