--- source/i18n/unicode/format.h +++ source/i18n/unicode/format.h @@ -22,6 +22,13 @@ #ifndef FORMAT_H #define FORMAT_H + +#ifdef __GNUC__ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wpragmas" // for old GCC +#pragma GCC diagnostic ignored "-Wunknown-warning-option" // for Clang +#pragma GCC diagnostic ignored "-Wdeprecated-copy" +#endif #include "unicode/utypes.h" @@ -314,5 +314,9 @@ #endif /* U_SHOW_CPLUSPLUS_API */ +#ifdef __GNUC__ +#pragma GCC diagnostic pop +#endif + #endif // _FORMAT //eof a> : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucb/test/com/sun
AgeCommit message (Expand)Author
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin