setup_native/source/win32/customactions/tools/checkversion.cxx | 1 - setup_native/source/win32/customactions/tools/seterror.cxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit a0a31d1a5ba7a2f9eee7b891f0d29f82d9ad13b7 Author: Stephan Bergmann <[email protected]> Date: Wed May 25 15:06:16 2016 +0200 -Werror,-Wunused-macros Change-Id: I321a9e2e51a70517ee344d311eb200540f01a979 diff --git a/setup_native/source/win32/customactions/tools/checkversion.cxx b/setup_native/source/win32/customactions/tools/checkversion.cxx index 2b7cc13..cd9599d 100644 --- a/setup_native/source/win32/customactions/tools/checkversion.cxx +++ b/setup_native/source/win32/customactions/tools/checkversion.cxx @@ -18,7 +18,6 @@ */ #define UNICODE -#define _UNICODE #ifdef _MSC_VER #pragma warning(push,1) // disable warnings within system headers diff --git a/setup_native/source/win32/customactions/tools/seterror.cxx b/setup_native/source/win32/customactions/tools/seterror.cxx index aeb2ff5..9a7afed 100644 --- a/setup_native/source/win32/customactions/tools/seterror.cxx +++ b/setup_native/source/win32/customactions/tools/seterror.cxx @@ -18,7 +18,6 @@ */ #define UNICODE -#define _UNICODE #ifdef _MSC_VER #pragma warning(push,1) // disable warnings within system headers _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
