Closed lhf closed 5 years ago
Commit 1d281772 adds -Wextra
and -Wno-unused-parameter
. Commit 15ba02af fixes up all the warned cases of mixed-sign comparisons. I flirted with suppressing the unused parameter warnings individually, but there are too many legitimate cases in imdrover.c
to be worthwhile.
I get these warnings when compiling with
-Wextra
:Similar warnings in other files.