mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
more VS2012 L4 warning fixes
This commit is contained in:
parent
502e346eb6
commit
2844ab6912
20 changed files with 30 additions and 8 deletions
|
|
@ -2058,6 +2058,7 @@ yydestruct (yymsg, yytype, yyvaluep)
|
|||
if (!yymsg)
|
||||
yymsg = "Deleting";
|
||||
YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1446,6 +1446,7 @@ void SimObject::linkNamespaces()
|
|||
// No increasing parent reference counts is needed in this case.
|
||||
|
||||
bool ok = superClassNamespacePackageRoot->classLinkTo( cppNamespace );
|
||||
TORQUE_UNUSED(ok);
|
||||
AssertFatal( ok, "SimObject::linkNamespaces - failed to link new namespace to c++ class name" );
|
||||
parentNamespace = superClassNamespace;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue