Changeset 465


Ignore:
Timestamp:
02/07/16 20:48:29 (8 years ago)
Author:
Maciej Komosinski
Message:

Avoid compilation warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/extvalue.cpp

    r464 r465  
    252252                        tlsGetRef(ExtObject_serialization).remove(*this);//JSON only tracks recursion, does not track reuse
    253253                        break;
     254                case NativeSerialization:; //nop (avoid warning)
    254255                }
    255256
Note: See TracChangeset for help on using the changeset viewer.