Skip to content
Snippets Groups Projects
Commit a1f98997 authored by Oksana Shadura's avatar Oksana Shadura Committed by Philippe Canal
Browse files

Enabling deprecation mechanism on Windows

parent b3a33ac1
No related branches found
No related tags found
No related merge requests found
...@@ -468,8 +468,8 @@ ...@@ -468,8 +468,8 @@
# else # else
# define _R__DEPRECATED_LATER(REASON) __attribute__((deprecated(REASON))) # define _R__DEPRECATED_LATER(REASON) __attribute__((deprecated(REASON)))
# endif # endif
// #elif defined(_MSC_VER) #elif defined(_MSC_VER)
// # define _R__DEPRECATED_LATER(REASON) __declspec(deprecated(REASON)) # define _R__DEPRECATED_LATER(REASON) __pragma(deprecated(REASON))
#else #else
/* Deprecation not supported for this compiler. */ /* Deprecation not supported for this compiler. */
# define _R__DEPRECATED_LATER(REASON) # define _R__DEPRECATED_LATER(REASON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment