diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-26 17:34:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-26 17:37:12 +0200 |
commit | 1a476f14c9b1e23fa761bf09904eb5c8c7e46c47 (patch) | |
tree | 837de3b5e9ac274522e9cbdf24806cdd67b67546 /sal | |
parent | 7e0871094d0d820d2dc72ee57c38e7af3fb6505d (diff) |
-Werror,-Wunused-macros (clang-cl)
Change-Id: I64fa44caecd3f86bd23dc625e72c134659610b1a
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/file_error.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/osl/w32/file_error.cxx b/sal/osl/w32/file_error.cxx index 520fad586f4b..dc9425d20bf8 100644 --- a/sal/osl/w32/file_error.cxx +++ b/sal/osl/w32/file_error.cxx @@ -18,7 +18,6 @@ */ #define UNICODE -#define _UNICODE #include "systools/win32/uwinapi.h" #include "file_error.hxx" |