warning: comparison of integer expressions of different signedness
This commit is contained in:
parent
03abb674dc
commit
62f3923692
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user