Skip to content

Commit

Permalink
Fix some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheLarchier committed Nov 4, 2024
1 parent a203173 commit 3c5d6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsyncengine/jobs/network/getappversionjob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ std::string GetAppVersionJob::getContentType(bool &canceled) {
}

void GetAppVersionJob::setQueryParameters(Poco::URI &uri, bool &canceled) {
(void) canceled;
for (const auto &id: _userIdList) {
uri.addQueryParameter("user_ids[]", std::to_string(id));
}
Expand Down

0 comments on commit 3c5d6fb

Please sign in to comment.