[Xfce4-commits] <midori:master> Don't inline adblock_update_css_hash, GCC complains

Christian Dywan noreply at xfce.org
Sun Sep 2 23:22:03 CEST 2012


Updating branch refs/heads/master
         to 414a5f07aedd085b54503ea3432dcdc27eb381ce (commit)
       from c1d387f95869e017c32d3a2c558f29edc783c239 (commit)

commit 414a5f07aedd085b54503ea3432dcdc27eb381ce
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Sun Sep 2 21:20:35 2012 +0200

    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]

 extensions/adblock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extensions/adblock.c b/extensions/adblock.c
index f38aa2a..c894cc2 100644
--- a/extensions/adblock.c
+++ b/extensions/adblock.c
@@ -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)
 {


More information about the Xfce4-commits mailing list