Commit 9ac1ac00 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix clang-cl warning

parent 78c7d50e
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/* /*
MDEV-25602 Deprecate __WIN__ symbol. MDEV-25602 Deprecate __WIN__ symbol.
*/ */
#ifdef _MSC_VER #if defined (_MSC_VER) && !defined(__clang__)
#pragma deprecated("__WIN__") #pragma deprecated("__WIN__")
#elif defined (__GNUC__) #elif defined (__GNUC__)
#pragma GCC poison __WIN__ #pragma GCC poison __WIN__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment