Commit 768e16db authored by neverlord's avatar neverlord Committed by Dominik Charousset

Remove wrong code for CAF_DEPRECATED on MSVC

parent 76b69a11
......@@ -76,7 +76,7 @@
# define CAF_ANNOTATE_FALLTHROUGH static_cast<void>(0)
#elif defined(_MSC_VER)
# define CAF_MSVC
# define CAF_DEPRECATED __declspec(deprecated)
# define CAF_DEPRECATED
# define CAF_PUSH_WARNINGS
# define CAF_POP_WARNINGS
# define CAF_ANNOTATE_FALLTHROUGH static_cast<void>(0)
......
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