Merge pull request #8013 from ethereum/warnings

Enable more warnings in the build system
This commit is contained in:
chriseth
2020-01-15 18:00:14 +01:00
committed by GitHub
5 changed files with 7 additions and 5 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
{