mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 19:55:27 +02:00
Fixed compiler warnings
This commit is contained in:
@@ -367,7 +367,7 @@ bool initPostfixExpression(const char* infix, IExpressionFunctions* funcs, Postf
|
||||
|
||||
bool parsePostfixExpression(PostfixExpression& exp, IExpressionFunctions* funcs, uint32& dest)
|
||||
{
|
||||
int num = 0;
|
||||
size_t num = 0;
|
||||
uint32 opcode;
|
||||
std::vector<uint32> valueStack;
|
||||
unsigned int arg[5];
|
||||
|
||||
Reference in New Issue
Block a user