Relative Content

Tag Archive for network-programmingsimulationomnet++

Trouble with intallation of OMNET++. After running the mingenv file. I run the make command but I got this error and do not know what it means

clistener.cc clistener.cc:56:5: warning: ‘receiveSignal’ is deprecated [-Wdeprecated-declarations] receiveSignal(c, signalID, checked_int_cast<long>(i,nullptr,msg), d); ^ C:/OM++/omnetpp-6.0.3-windows-x86_64/omnetpp-6.0.3/include/omnetpp/clistener.h:206:7: note: ‘receiveSignal’ has been explicitly marked deprecated here [[deprecated]] virtual void receiveSignal(cComponent *source, simsignal_t signalID, long i, cObject *details); ^ clistener.cc:66:5: warning: ‘receiveSignal’ is deprecated [-Wdeprecated-declarations] receiveSignal(c, signalID, checked_int_cast<unsigned long>(i,nullptr,msg), d); ^ C:/OM++/omnetpp-6.0.3-windows-x86_64/omnetpp-6.0.3/include/omnetpp/clistener.h:207:7: note: ‘receiveSignal’ has been explicitly marked deprecated here [[deprecated]] […]