fixed compilation

This commit is contained in:
csoler 2017-04-05 16:53:20 +02:00
parent 48688eae3f
commit 5b3e488b42
6 changed files with 91 additions and 20 deletions

View file

@ -122,7 +122,7 @@ class RsItem: public RsMemoryManagement::SmallObject
*/
typedef enum { SIZE_ESTIMATE = 0x01, SERIALIZE = 0x02, DESERIALIZE = 0x03, PRINT=0x04 } SerializeJob ;
virtual void serial_process(SerializeJob j,SerializeContext& ctx)
virtual void serial_process(SerializeJob /* j */,SerializeContext& /* ctx */)
{
std::cerr << "(EE) RsItem::serial_process() called by an item using new serialization classes, but not derived! " << std::endl;
}