embedserv/source/inc/embservconst.h                       |    4 ----
 shell/source/win32/shlxthandler/columninfo/columninfo.cxx |    6 ------
 2 files changed, 10 deletions(-)

New commits:
commit 4668528dda8b1a71eab1952dec5c95df008b4040
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Nov 18 16:53:14 2015 +0100

    -Wmissing-braces is globally disabled in com_GCC_defs.mk anyway
    
    Change-Id: Ie2a1e6785ac925f268e63775f2282df3f3c6bcd4

diff --git a/embedserv/source/inc/embservconst.h 
b/embedserv/source/inc/embservconst.h
index d65ef00..332c0ab 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 e503bc3..ac45cb7 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[] =
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to