rpm-software-management / librepo

A library providing C and Python (libcURL like) API for downloading packages and linux repository metadata in rpm-md format
http://rpm-software-management.github.io/librepo/
GNU Lesser General Public License v2.1
74 stars 91 forks source link

Fix some compiler warnings #301

Closed ppisar closed 7 months ago

ppisar commented 7 months ago

This patch set resolves these compiler warnings:

Warnings regarding new python and new curl will be addressed in separate pull requests as they will probably need to implement fallback code for older libraries.

kontura commented 7 months ago

The failing tests are not related.