diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-12-27 14:03:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-12-27 14:03:18 +0200 |
commit | 6943c7b11c92f3d4971704abcb213f57eaa4e115 (patch) | |
tree | b1a21045df0ad88eb5216c0ab134f2e5ddc836f3 /sfx2/source | |
parent | d72a0b5c618a37b70ba4d111b457deefad8f025f (diff) |
Sigh, my git grep regexps missed some cases
Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/doc/Metadatable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/Metadatable.cxx b/sfx2/source/doc/Metadatable.cxx index c2316c83b09d..855429e9a48e 100644 --- a/sfx2/source/doc/Metadatable.cxx +++ b/sfx2/source/doc/Metadatable.cxx @@ -1658,7 +1658,7 @@ throw (uno::RuntimeException) #include <stdio.h> static void dump(sfx2::XmlIdList_t * pList) -#ifdef GCC +#ifdef __GNUC__ __attribute__ ((unused)) #endif ; |