ibm-power-utilities / powerpc-utils

Suite of utilities for Linux on Power systems
GNU General Public License v2.0
34 stars 55 forks source link

Eliminate some warnings #101

Open hramrach opened 4 days ago

hramrach commented 4 days ago

The bulk of the warnings is signed vs unsigned comparison.

While this is dodgy because there is no clear semantic for such comparison the warning is not all that helpful in itself.

A value can be automatically promoted between signed and unsigned when passed as function argument, for example.