Don't inline adblock_update_css_hash, GCC complains

warning: inlining failed in call to ‘adblock_update_css_hash’:
function not considered for inlining [-Winline]
This commit is contained in:
Paweł Forysiuk 2012-09-02 21:20:35 +02:00 committed by Christian Dywan
parent c1d387f958
commit 414a5f07ae
1 changed files with 1 additions and 1 deletions

View File

@ -1321,7 +1321,7 @@ adblock_frame_add (gchar* line)
g_string_append (blockcss, line);
}
static inline void
static void
adblock_update_css_hash (gchar* domain,
gchar* value)
{