Skip to content
Snippets Groups Projects
Commit e9cedceb authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'gcc9.xAODParticleEvent-20181213' into 'master'

xAODParticleEvent: Fix gcc9 warnings.

See merge request atlas/athena!16745
parents 780f2e95 54194bb6
No related branches found
No related tags found
No related merge requests found
// Dear emacs, this is -*- c++ -*- // Dear emacs, this is -*- c++ -*-
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/ */
// $Id: CompositeParticleAuxContainer_v1.h 677235 2015-06-22 16:08:20Z kkoeneke $ // $Id: CompositeParticleAuxContainer_v1.h 677235 2015-06-22 16:08:20Z kkoeneke $
...@@ -35,7 +35,7 @@ namespace xAOD { ...@@ -35,7 +35,7 @@ namespace xAOD {
/// Default constructor /// Default constructor
CompositeParticleAuxContainer_v1(); CompositeParticleAuxContainer_v1();
/// Destructor /// Destructor
~CompositeParticleAuxContainer_v1() {} ~CompositeParticleAuxContainer_v1() = default;
......
// Dear emacs, this is -*- c++ -*- // Dear emacs, this is -*- c++ -*-
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/ */
// $Id: ParticleAuxContainer_v1.h 637086 2014-12-19 16:02:19Z kkoeneke $ // $Id: ParticleAuxContainer_v1.h 637086 2014-12-19 16:02:19Z kkoeneke $
...@@ -34,7 +34,7 @@ namespace xAOD { ...@@ -34,7 +34,7 @@ namespace xAOD {
/// Default constructor /// Default constructor
ParticleAuxContainer_v1(); ParticleAuxContainer_v1();
/// Destructor /// Destructor
~ParticleAuxContainer_v1() {} ~ParticleAuxContainer_v1() = default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment