From a0a31d1a5ba7a2f9eee7b891f0d29f82d9ad13b7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 25 May 2016 15:06:16 +0200 Subject: -Werror,-Wunused-macros Change-Id: I321a9e2e51a70517ee344d311eb200540f01a979 --- setup_native/source/win32/customactions/tools/checkversion.cxx | 1 - setup_native/source/win32/customactions/tools/seterror.cxx | 1 - 2 files changed, 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 -- cgit