mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixed VS2013 projects and compile errors.
Enable and fix addition warnings (-Wextra). Disable unknown pragma warning (avoids messy wrapping pragmas in compiler guards). Tidy up some of the waring suppression for 3rd part libraries by wrapping with a header.
This commit is contained in:
parent
a02ab99810
commit
7372188179
@ -21,8 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <fstream>
|
||||
#include "../json_spirit/json_spirit_reader_template.h"
|
||||
#include "../json_spirit/json_spirit_writer_template.h"
|
||||
#include "JsonSpiritHeaders.h"
|
||||
#include "TrieCommon.h"
|
||||
#include "Log.h"
|
||||
using namespace std;
|
||||
|
3
rlp.cpp
3
rlp.cpp
@ -21,8 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <fstream>
|
||||
#include "../json_spirit/json_spirit_reader_template.h"
|
||||
#include "../json_spirit/json_spirit_writer_template.h"
|
||||
#include "JsonSpiritHeaders.h"
|
||||
#include <Log.h>
|
||||
#include <RLP.h>
|
||||
using namespace std;
|
||||
|
3
trie.cpp
3
trie.cpp
@ -21,9 +21,8 @@
|
||||
*/
|
||||
|
||||
#include <fstream>
|
||||
#include "../json_spirit/json_spirit_reader_template.h"
|
||||
#include "../json_spirit/json_spirit_writer_template.h"
|
||||
#include <random>
|
||||
#include "JsonSpiritHeaders.h"
|
||||
#include <TrieDB.h>
|
||||
#include "TrieHash.h"
|
||||
#include "MemTrie.h"
|
||||
|
3
vm.cpp
3
vm.cpp
@ -21,13 +21,12 @@
|
||||
*/
|
||||
|
||||
#include <fstream>
|
||||
#include "../json_spirit/json_spirit_reader_template.h"
|
||||
#include "../json_spirit/json_spirit_writer_template.h"
|
||||
#include <ExtVMFace.h>
|
||||
#include <Transaction.h>
|
||||
#include <VM.h>
|
||||
#include <Log.h>
|
||||
#include <Instruction.h>
|
||||
#include "JsonSpiritHeaders.h"
|
||||
using namespace std;
|
||||
using namespace json_spirit;
|
||||
using namespace eth;
|
||||
|
Loading…
Reference in New Issue
Block a user