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

Merge branch 'gcc8.CLIDComps-20171217' into 'master'

CLIDComps: Fix gcc8 warning.

See merge request atlas/athena!7473

Former-commit-id: cd40a651d7bcb283848e3edeb40814539526194b
parents 95ebeee3 3a78d06b
No related merge requests found
...@@ -447,7 +447,7 @@ ClassIDSvc::processCLIDDB(const char* fileName) ...@@ -447,7 +447,7 @@ ClassIDSvc::processCLIDDB(const char* fileName)
#pragma GCC diagnostic pop #pragma GCC diagnostic pop
#endif #endif
// cout << "id " << id << endl; // cout << "id " << id << endl;
} catch (boost::bad_lexical_cast e) { } catch (const boost::bad_lexical_cast& e) {
error() << "processCLIDDB: Can't cast [" error() << "processCLIDDB: Can't cast ["
<< massTok << "] to long (clid)" << endmsg; << massTok << "] to long (clid)" << endmsg;
allOK=false; allOK=false;
......
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