summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-08 13:44:46 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-12 08:53:46 +0100
commit5982c0306feb633ad04a435684cd0e919ff29574 (patch)
tree2f9af4b32df2bd884f255ac9108369ea7899ef68 /shell
parent2c5a817591bee01825de1e2885e55a3bd9d22a15 (diff)
suppress errors with -Werror
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/shlxthandler/columninfo/columninfo.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/source/win32/shlxthandler/columninfo/columninfo.cxx b/shell/source/win32/shlxthandler/columninfo/columninfo.cxx
index 1cbe62a355bf..bce143baf016 100644
--- a/shell/source/win32/shlxthandler/columninfo/columninfo.cxx
+++ b/shell/source/win32/shlxthandler/columninfo/columninfo.cxx
@@ -36,6 +36,10 @@
#include <sal/macros.h>
#include <malloc.h>
+#if defined GCC
+#pragma GCC diagnostic warning "-Wmissing-braces"
+#endif
+
//----------------------------
namespace /* private */