From 6fbac177dd7d38b567f66d6c119ec69615f003d9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 4 Mar 2016 09:08:19 +0100 Subject: -Werror,-Wunused-macros According to ("Enabling STRICT"), it is used in combination with including windows.h, so maybe this #define STRICT (which was there ever since a934115b3ea90d7883681a6ca8922a4b859be36f "Initial revision," w/o also including windows.h) was always unnecessary (as reported by clang-cl). Change-Id: I02cf2584fe2fd52e9513791b18fdf6e7982e89b3 --- embedserv/source/embed/esdll.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'embedserv/source') diff --git a/embedserv/source/embed/esdll.cxx b/embedserv/source/embed/esdll.cxx index fb5f1cc9b8c0..1c70d78327f6 100644 --- a/embedserv/source/embed/esdll.cxx +++ b/embedserv/source/embed/esdll.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define STRICT #define _WIN32_DCOM #ifdef _MSC_VER #pragma warning(disable : 4917 4555) -- cgit