Commit 0a91261c authored by Alexander Alekhin's avatar Alexander Alekhin

dnn: turn off visibility workaround for OpenVINO 2020.1

parent d81a0da3
......@@ -50,7 +50,7 @@
#pragma warning(disable: 4996) // was declared deprecated
#endif
#if defined(__GNUC__)
#if defined(__GNUC__) && INF_ENGINE_VER_MAJOR_LT(INF_ENGINE_RELEASE_2020_1)
#pragma GCC visibility push(default)
#endif
......@@ -58,7 +58,7 @@
#include <ie_builders.hpp>
#if defined(__GNUC__)
#if defined(__GNUC__) && INF_ENGINE_VER_MAJOR_LT(INF_ENGINE_RELEASE_2020_1)
#pragma GCC visibility pop
#endif
......
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