Skip to content

Commit

Permalink
Try to keep -Weffc++ in
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Aug 10, 2016
1 parent 5192696 commit b4fbadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions my_functions_test.cpp
@@ -1,8 +1,6 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Weffc++"
#include <boost/test/unit_test.hpp>
#pragma GCC diagnostic pop

#include "my_functions.h"

BOOST_AUTO_TEST_CASE(add_works)
Expand All @@ -12,3 +10,5 @@ BOOST_AUTO_TEST_CASE(add_works)
BOOST_CHECK(add(1, 3) == 4);
BOOST_CHECK(add(1, 4) == 5);
}

#pragma GCC diagnostic pop

0 comments on commit b4fbadd

Please sign in to comment.