diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-25 15:06:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-25 15:06:16 +0200 |
commit | a0a31d1a5ba7a2f9eee7b891f0d29f82d9ad13b7 (patch) | |
tree | d609bf7c5d938691b25dff8eac8c5f5369294418 /setup_native/source | |
parent | b408317af902c31826cc6024bc1314c1419d9f7a (diff) |
-Werror,-Wunused-macros
Change-Id: I321a9e2e51a70517ee344d311eb200540f01a979
Diffstat (limited to 'setup_native/source')
-rw-r--r-- | setup_native/source/win32/customactions/tools/checkversion.cxx | 1 | ||||
-rw-r--r-- | setup_native/source/win32/customactions/tools/seterror.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/setup_native/source/win32/customactions/tools/checkversion.cxx b/setup_native/source/win32/customactions/tools/checkversion.cxx index 2b7cc130ff48..cd9599dbb0d0 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 aeb2ff5bc775..9a7afed510a2 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 |