Skip to content

Commit

Permalink
Re #7424. Remove no-longer needed warning suppression.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Jul 11, 2013
1 parent 87ce15d commit efea9f5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Code/Mantid/Framework/CurveFitting/test/FitMWTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,6 @@ class FitMWTest : public CxxTest::TestSuite

}

#ifdef _WIN32
#pragma warning( push )
// Disable division by 0 warning
#pragma warning( disable: 4723 )
#endif

void test_ignore_invalid_data()
{
auto ws = createTestWorkspace(false);
Expand Down Expand Up @@ -444,10 +438,6 @@ class FitMWTest : public CxxTest::TestSuite

}

#ifdef _WIN32
#pragma warning ( pop ) // Re-enable the warning
#endif

private:

API::MatrixWorkspace_sptr createTestWorkspace(const bool histogram)
Expand Down

0 comments on commit efea9f5

Please sign in to comment.