The source project of this merge request has been removed.
Update is/infodynany.h to avoid compiler warning
Hi @kolos!
NSW software has a compiler warning from is
:
/cvmfs/atlas.cern.ch/repo/sw/tdaq/tdaq/tdaq-09-03-00/installed/include/is/infodynany.h:330:54: warning: unused parameter ‘n’ [-Wunused-parameter]
void deallocate(ISInfoDynAny *p, std::size_t n) {
~~~~~~~~~~~~^
This MR would "fix" that warning, if it's okay with you.