mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #1333 from arkpar/eth_buildc
Support for building with clang and GNU gold linker on linux
This commit is contained in:
commit
323f466343
@ -421,7 +421,7 @@ BOOST_AUTO_TEST_CASE(short_circuiting)
|
||||
|
||||
auto short_circuiting_cpp = [](u256 n) -> u256
|
||||
{
|
||||
n == 0 || (n = 8) > 0;
|
||||
(void)(n == 0 || (n = 8) > 0);
|
||||
return n;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user