Skip to content
Snippets Groups Projects

tauEventTPCnv: Fix gcc9 warnings.

Merged Scott Snyder requested to merge ssnyder/athena:gcc9.tauEventTPCnv-20190202 into master
  1. Feb 01, 2019
    • Scott Snyder's avatar
      tauEventTPCnv: Fix gcc9 warnings. · 6709607d
      Scott Snyder authored
      In C++11, implicit declarations of copy and assignment are deprecated if the
      class has a user defined destructor or copy or assignment.  gcc9 now warns
      about this by default.
      Adjust to avoid the warning.
      6709607d
Loading