diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-18 16:53:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-18 16:53:14 +0100 |
commit | 4668528dda8b1a71eab1952dec5c95df008b4040 (patch) | |
tree | 04ef695029a10be4b966d7f6dcbc981c5fddcdb2 | |
parent | be28ab9aa535e36ea226bc5aeaedea95fd2ba3db (diff) |
-Wmissing-braces is globally disabled in com_GCC_defs.mk anyway
Change-Id: Ie2a1e6785ac925f268e63775f2282df3f3c6bcd4
-rw-r--r-- | embedserv/source/inc/embservconst.h | 4 | ||||
-rw-r--r-- | shell/source/win32/shlxthandler/columninfo/columninfo.cxx | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/embedserv/source/inc/embservconst.h b/embedserv/source/inc/embservconst.h index d65ef00aaa6c..332c0abe855f 100644 --- a/embedserv/source/inc/embservconst.h +++ b/embedserv/source/inc/embservconst.h @@ -24,10 +24,6 @@ #include <comphelper/classids.hxx> -#if defined __MINGW32__ -#pragma GCC diagnostic warning "-Wmissing-braces" -#endif - #define SUPPORTED_FACTORIES_NUM 10 #if defined(__MINGW32__) && !defined(INITGUID) diff --git a/shell/source/win32/shlxthandler/columninfo/columninfo.cxx b/shell/source/win32/shlxthandler/columninfo/columninfo.cxx index e503bc3a3e51..ac45cb7faf62 100644 --- a/shell/source/win32/shlxthandler/columninfo/columninfo.cxx +++ b/shell/source/win32/shlxthandler/columninfo/columninfo.cxx @@ -27,12 +27,6 @@ #include <sal/macros.h> #include <malloc.h> -#if defined __GNUC__ -#pragma GCC diagnostic warning "-Wmissing-braces" -#endif - - - namespace /* private */ { SHCOLUMNINFO ColumnInfoTable[] = |