warning: comparison of integer expressions of different signedness

This commit is contained in:
Scott Giese 2020-11-23 16:07:39 -06:00
parent 03abb674dc
commit 62f3923692

View File

@ -58,7 +58,7 @@ public:
HTTPRepository::FailureVec failures;
int maxPermittedFailures = 16;
size_t maxPermittedFailures = 16;
HTTPRepoPrivate(HTTPRepository *parent)
: p(parent), isUpdating(false), status(HTTPRepository::REPO_NO_ERROR),