This inspection reports any instances of equality comparisons between
short
and
char
values. Such comparisons may cause subtle bugs, as
short
values are signed and
char
values unsigned.
Powered by InspectionGadgets