Kaydet (Commit) 7879c0cd authored tarafından Enrico Tröger's avatar Enrico Tröger

Fix compiler warning.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3794 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 13994398
......@@ -149,7 +149,7 @@ static gboolean symbols_load_global_tags(const gchar *tags_file, GeanyFiletype *
if (result)
{
geany_debug("Loaded %s (%s), %u tag(s).", tags_file, ft->name,
get_tag_count() - old_tag_count);
(guint) (get_tag_count() - old_tag_count));
}
return result;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment