mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Enable more compiler warnings in the build system
"-pedantic -Wno-unknown-pragmas -Wimplicit-fallthrough"
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user