various fixes to allow mac osx compilation

This commit is contained in:
mydesktop
2014-04-30 13:52:21 -04:00
parent 9c70be0e77
commit 67df296650
13 changed files with 40 additions and 20 deletions

View File

@@ -469,7 +469,7 @@ bool simple_wallet::refresh(const std::vector<std::string>& args)
return true;
message_writer() << "Starting refresh...";
uint64_t fetched_blocks = 0;
size_t fetched_blocks = 0;
bool ok = false;
std::ostringstream ss;
try