Hello
I trying to build and Ice dll in windows XP-sp2 Vc7.1 Ice-2.1.1
but I get a warning in a generated class
Code:::IceInternal::DispatchStatus Oz::Chat::ChatRoomAdmin::___destroy(::IceInternal::Incoming& __inS, const ::Ice::Current& __current) { destroy(__current); return ::IceInternal::DispatchOK; }
__inS unreferenced formal parameter
and this prevent the library to compile because Tread warnings as error is enable like in Ice demo proyects
any ideas of what is wrong?
thanks

Reply With Quote
