Commit 87eae03a authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Support FF_DISABLE_DEPRECATION_WARNINGS with icc on Linux.

parent ddaf33f5
......@@ -64,7 +64,7 @@
#endif
#if HAVE_PRAGMA_DEPRECATED
# if defined(__ICL)
# if defined(__ICL) || defined (__INTEL_COMPILER)
# define FF_DISABLE_DEPRECATION_WARNINGS __pragma(warning(push)) __pragma(warning(disable:1478))
# define FF_ENABLE_DEPRECATION_WARNINGS __pragma(warning(pop))
# elif defined(_MSC_VER)
......
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