From 00af78ed9059cac0de235e3bdcf5ee8725258d1e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 4 Mar 2016 09:39:35 +0100 Subject: -Werror,-Wunused-macros "About Strsafe.h": When you include Strsafe.h in your file, the older functions replaced by the Strsafe.h functions will be deprecated. Attempts to use these older functions will result in a compiler error telling you to use the newer functions. If you want to override this behavior, include the following statement before including Strsafe.h. #define STRSAFE_NO_DEPRECATE Appears to no (longer?) be relevant here, as reported by clang-cl. Change-Id: I94a576b71a2a34edd6009059fc5047ba59ec0f12 --- avmedia/source/win/window.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'avmedia/source/win') diff --git a/avmedia/source/win/window.cxx b/avmedia/source/win/window.cxx index a53a87c5f372..4c13f07d265f 100644 --- a/avmedia/source/win/window.cxx +++ b/avmedia/source/win/window.cxx @@ -24,7 +24,6 @@ #include #include #include -#define STRSAFE_NO_DEPRECATE #include #if defined _MSC_VER #pragma warning(pop) -- cgit