rpm-software-management / dnf5

Next-generation RPM package management system
Other
256 stars 86 forks source link

Warn on sign conversion #1703

Closed ppisar closed 2 months ago

ppisar commented 2 months ago

This patch set adds -Wsign-conversion to compiler flags and fixes the code be compilable with it. It should prevent from surprises like in #1701.

jrohel commented 2 months ago

Thank you for the PR.