diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-13 23:37:48 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-14 00:04:16 +0100 |
commit | acf93bbc9721038d37743c0c51170e71c6dcda28 (patch) | |
tree | 04b4fba6552c96cde72acb876e7c52911aea388d /include | |
parent | 83dcbe4ca755e53aaab6fb95647d95998182a51f (diff) |
remove more pragma instances of GCC system_header
Use "#pragma GCC diagnostic ignored" instead which does not prevent
generation of dependencies.
Change-Id: Ic9034f20ef71c1ee6e5363b73c831142c2813d20
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/inetmime.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx index 6370cc47bf08..fbbe88c1b7b7 100644 --- a/include/tools/inetmime.hxx +++ b/include/tools/inetmime.hxx @@ -410,11 +410,6 @@ public: static OUString decodeHeaderFieldBody(HeaderFieldType eType, const OString& rBody); -// #i70651#: Prevent warnings on Mac OS X. -#ifdef MACOSX -#pragma GCC system_header -#endif - /** Get the UTF-32 character at the head of a UTF-16 encoded string. @param rBegin Points to the start of the UTF-16 encoded string, must |