mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Disable nodiscard warning.
This commit is contained in:
parent
a099993c25
commit
f29fed753e
@ -37,8 +37,13 @@
|
||||
#pragma clang diagnostic ignored "-Wredeclared-class-member"
|
||||
#endif // defined(__clang__)
|
||||
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable: 4834)
|
||||
|
||||
#include <boost/bimap.hpp>
|
||||
|
||||
#pragma warning(pop)
|
||||
|
||||
#if defined(__clang__)
|
||||
#pragma clang diagnostic pop
|
||||
#endif // defined(__clang__)
|
||||
|
Loading…
Reference in New Issue
Block a user