Anyone else getting
test/blockencodings_tests.cpp:298:83: error: cannot convert const Consensus::Params to unsigned int for argument 3 to bool CheckProofOfWork(uint256, int, unsigned int, const Consensus::Params&)
while (!CheckProofOfWork(block.GetHash(), block.nBits, Params().GetConsensus())) ++block.nNonce;
While trying to compile?