mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
Support FF_DISABLE_DEPRECATION_WARNINGS with icc on Linux.
This commit is contained in:
parent
ddaf33f5bb
commit
87eae03aac
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user