From ee4e1c59d2f59211f7389c36482a39d79f573fb2 Mon Sep 17 00:00:00 2001 From: svost Date: Fri, 2 Oct 2015 15:48:03 +0300 Subject: [PATCH] Fix warning: comparison between signed and unsigned integer expressions --- src/addrman.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/addrman.cpp b/src/addrman.cpp index a7615ed..ba62a00 100644 --- a/src/addrman.cpp +++ b/src/addrman.cpp @@ -498,7 +498,7 @@ void CAddrMan::GetAddr_(std::vector &vAddr) nNodes = ADDRMAN_GETADDR_MAX; // perform a random shuffle over the first nNodes elements of vRandom (selecting from all) - for (int n = 0; n