i18npool/source/languagetag/simple-langtag.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb66f794d96a78cfca575f858bc9c65d1dee43b7
Author: Tor Lillqvist <t...@iki.fi>
Date:   Wed Nov 7 00:40:06 2012 +0200

    Put the __attribute__ in the correct place
    
    Change-Id: I8444fe62254cefe950f356e2f0bca5625420cd75

diff --git a/i18npool/source/languagetag/simple-langtag.cxx 
b/i18npool/source/languagetag/simple-langtag.cxx
index 5d51bd9..849f37a 100644
--- a/i18npool/source/languagetag/simple-langtag.cxx
+++ b/i18npool/source/languagetag/simple-langtag.cxx
@@ -45,7 +45,7 @@ static void g_free(gpointer p)
         free(p);
 }
 
-static void g_error_free(GError *error) __attribute__((used))
+static void  __attribute__((used)) g_error_free(GError *error)
 {
     if (error)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to