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

commit 414a5f07aedd085b54503ea3432dcdc27eb381ce
Author: Paweł Forysiuk <[email protected]>
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)
 {
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to