Build warning fixes.
git-svn-id: svn://10.0.0.236/trunk@117704 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3362,12 +3362,9 @@ Context::Context(JSObject **global, World &world, Arena &a, Pragma::Flags flags)
|
||||
mLocals(NULL),
|
||||
mArgumentBase(NULL),
|
||||
mReader(NULL),
|
||||
mGlobal(global),
|
||||
|
||||
mErrorReporter(NULL),
|
||||
argumentFormatMap(NULL)
|
||||
|
||||
|
||||
argumentFormatMap(NULL),
|
||||
mGlobal(global)
|
||||
|
||||
{
|
||||
uint32 i;
|
||||
|
||||
Reference in New Issue
Block a user