From 3c22041ee8dd450ce446620eb559a07e34f44343 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 30 Aug 2021 13:57:52 +0100 Subject: Add -Wpedantic --- test/test-bitset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-bitset.cpp') diff --git a/test/test-bitset.cpp b/test/test-bitset.cpp index 02b3893..c750b48 100644 --- a/test/test-bitset.cpp +++ b/test/test-bitset.cpp @@ -11,7 +11,7 @@ using namespace MyGrate; // LCOV_EXCL_START -BOOST_TEST_DONT_PRINT_LOG_VALUE(BitSet::Iterator); +BOOST_TEST_DONT_PRINT_LOG_VALUE(BitSet::Iterator) // LCOV_EXCL_STOP BOOST_AUTO_TEST_CASE(bitset) -- cgit v1.2.3