In file included from timedata.h:9:0,
from txmempool.cpp:14:
txmempool.cpp: In member function ‘void CTxMemPool::check(const CCoinsViewCache*) const’:
txmempool.cpp:662:79: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
assert(it->GetSizeWithDescendants() >= childSizes + it->GetTxSize());
but still compiled