mate-desktop / pluma

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

warning: declaration of ‘taglist’ shadows a global declaration #624

Closed rbuj closed 3 years ago

rbuj commented 3 years ago
pluma-taglist-plugin-parser.c:290:28: warning: declaration of ‘taglist’ shadows a global declaration [-Wshadow]
  290 | lookup_best_lang (TagList *taglist, const gchar *filename,
      |                   ~~~~~~~~~^~~~~~~
pluma-taglist-plugin-parser.c:48:10: note: shadowed declaration is here
   48 | TagList* taglist = NULL;
      |          ^~~~~~~