Kaydet (Commit) 4668528d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Wmissing-braces is globally disabled in com_GCC_defs.mk anyway

Change-Id: Ie2a1e6785ac925f268e63775f2282df3f3c6bcd4
üst be28ab9a
......@@ -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)
......
......@@ -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[] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment