Skip to content

Commit

Permalink
Merge pull request #41695 from aandvalenzuela/core-warnings
Browse files Browse the repository at this point in the history
[CORE] [CLANG] Fix warnings reported by llvm16 in CLANG IBs
  • Loading branch information
cmsbuild authored May 16, 2023
2 parents c6cca3e + f9b725e commit 53a199a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DataFormats/Common/test/testValueMap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ void testValueMap::dummy() {
const double& x = v[edm::Ref<CKey>()];
double y = x;
++y;
std::cout << "numberOfAssociations:" << y << std::endl;
++f;
edm::Ref<Assoc> r;
v.erase(edm::Ref<CKey>());
Expand Down

0 comments on commit 53a199a

Please sign in to comment.