diff options
-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[] = |