mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #566 from ethereum/msvc2015
Suppress a warning in LLL parser on MSVC 2015
This commit is contained in:
commit
77f3a85441
@ -21,6 +21,10 @@
|
||||
|
||||
#include "Parser.h"
|
||||
|
||||
#if _MSC_VER
|
||||
#pragma warning(disable:4348)
|
||||
#endif
|
||||
|
||||
#define BOOST_RESULT_OF_USE_DECLTYPE
|
||||
#define BOOST_SPIRIT_USE_PHOENIX_V3
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user