Enable more compiler warnings in the build system

"-pedantic -Wno-unknown-pragmas -Wimplicit-fallthrough"
This commit is contained in:
Alex Beregszaszi
2020-01-15 14:33:27 +00:00
parent 6ab8802601
commit eafcb42be7
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ using namespace std;
using namespace solidity::frontend;
// TODO: Fix Boost...
BOOST_TEST_DONT_PRINT_LOG_VALUE(solidity::bytes);
BOOST_TEST_DONT_PRINT_LOG_VALUE(solidity::bytes)
namespace solidity::util::test
{