Skip to content

Commit

Permalink
Merge pull request #8892 from davidlt/fix-clang-FpeTester
Browse files Browse the repository at this point in the history
FWCore/Services: do not optimize 'edmtest::FpeTester::analyze'
  • Loading branch information
cmsbuild committed Apr 30, 2015
2 parents 0cc4d5c + 93ab028 commit 5605a2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FWCore/Services/test/FpeTester.cc
Expand Up @@ -53,6 +53,7 @@ namespace edmtest {
FpeTester::~FpeTester() {
}

[[clang::optnone]]
void
FpeTester::analyze(edm::Event const&, edm::EventSetup const&) {
if (testname_ == "division") {
Expand Down

0 comments on commit 5605a2d

Please sign in to comment.