Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -477,7 +477,6 @@ namespace Serialization {
|
||||
{
|
||||
while (isComment(*cur.end))
|
||||
{
|
||||
const char* commentStart = ptr;
|
||||
while (*cur.end && *cur.end != '\n')
|
||||
{
|
||||
++cur.end;
|
||||
@@ -969,7 +968,10 @@ namespace Serialization {
|
||||
ser(*this);
|
||||
CRY_ASSERT(!stack_.empty());
|
||||
stack_.pop_back();
|
||||
bool closed = closeBracket();
|
||||
#if !defined(NDEBUG)
|
||||
bool closed =
|
||||
#endif
|
||||
closeBracket();
|
||||
CRY_ASSERT(closed);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user