Merge pull request #2002 from alexanderkjeldaas/clang-warnings

o Removed verbose clang warning
This commit is contained in:
Wladimir J. van der Laan 2012-11-12 22:26:08 -08:00
commit 0d5b1d2a3e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class CAddress;
class CInv;
class CNode;
class CBlockIndexWorkComparator;
struct CBlockIndexWorkComparator;
/** The maximum allowed size for a serialized block, in bytes (network rule) */
static const unsigned int MAX_BLOCK_SIZE = 1000000;