adding default
This commit is contained in:
parent
4f0919c493
commit
812b42dbe6
1 changed files with 1 additions and 0 deletions
|
|
@ -451,6 +451,7 @@ namespace fc
|
|||
case '}': open_object--; break;
|
||||
case '[': open_array++; break;
|
||||
case ']': open_array--; break;
|
||||
default: break;
|
||||
}
|
||||
FC_ASSERT( open_object < 100 && open_array < 100, "object graph too deep", ("object depth",open_object)("array depth", open_array) );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue