mate-desktop / pluma

A powerful text editor for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
156 stars 64 forks source link

cppcheck warning: Checking if unsigned expression is less than zero #612

Closed rbuj closed 3 years ago

rbuj commented 3 years ago

Test:

$ cppcheck --enable=all --quiet . &> cppcheck.log && grep unsignedLessThanZero cppcheck.log 
plugins/taglist/pluma-taglist-plugin-panel.c:419:51: style: Checking if unsigned expression 'strlen(group_name)' is less than zero. [unsignedLessThanZero]