diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-08 13:44:46 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-12 08:53:46 +0100 |
commit | 5982c0306feb633ad04a435684cd0e919ff29574 (patch) | |
tree | 2f9af4b32df2bd884f255ac9108369ea7899ef68 /shell/source/win32 | |
parent | 2c5a817591bee01825de1e2885e55a3bd9d22a15 (diff) |
suppress errors with -Werror
Diffstat (limited to 'shell/source/win32')
-rw-r--r-- | shell/source/win32/shlxthandler/columninfo/columninfo.cxx | 4 |
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 */ |