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: Local variable shadows outer variable #610

Closed rbuj closed 3 years ago

rbuj commented 3 years ago

Test:

$ cppcheck --enable=all --quiet . &> cppcheck.log && grep shadowVariable cppcheck.log
pluma/pluma-file-chooser-dialog.c:303:12: style: Local variable 'mime_types' shadows outer variable [shadowVariable]
pluma/pluma-tab.c:998:15: style: Local variable 'emsg' shadows outer variable [shadowVariable]