Open hramrach opened 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.
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.