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 /shell | |
parent | be28ab9aa535e36ea226bc5aeaedea95fd2ba3db (diff) |
-Wmissing-braces is globally disabled in com_GCC_defs.mk anyway
Change-Id: Ie2a1e6785ac925f268e63775f2282df3f3c6bcd4
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/columninfo/columninfo.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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[] = |