[Rpm-maint] [rpm-software-management/rpm] Fix a couple of minor issues detected by the cppcheck tool. (PR #1846)

Florian Festi notifications at github.com
Mon Nov 29 16:17:48 UTC 2021


The first one is obviously a typo. The second patch is a bit more tricky situation. While the change fixes the left shift operation it doesn't make the actual issue go away: enum constants are (signed) ints. So `1<<31` won't fit in there either way. So I am not sure if it is really the right way to "fix" it that way.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1846#issuecomment-981789707
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20211129/e0044eb3/attachment.html>


More information about the Rpm-maint mailing list