Skip to content
Snippets Groups Projects
Commit 2b880898 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'cppcheck.SGTools-20200620' into 'master'

SGTools: Fix cppcheck warning.

See merge request atlas/athena!33978
parents b094db89 5c77e289
No related branches found
No related tags found
No related merge requests found
// This file's extension implies that it's C, but it's really -*- C++ -*-.
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
// $Id$
......@@ -64,6 +64,7 @@ private:
* @param id CLID of the DataProxy.
* @param tid Type to which we're trying to convert the object.
*/
[[noreturn]]
void throwExcBadDataProxyCast (CLID id, const std::type_info& tid);
......
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