Skip to content

Update is/infodynany.h to avoid compiler warning

Alexander Naip Tuna requested to merge (removed):tuna-master-patch-94870 into master

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.

cc @sturdy @joroemer

Merge request reports