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