mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ext/-test-/cxxanyargs: add #pragma for icc.
This commit is contained in:
parent
4e7d84cf87
commit
defc0ee9d1
Notes:
git
2020-04-10 16:17:55 +09:00
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
#elif defined(_MSC_VER)
|
||||
#pragma warning(disable : 4996)
|
||||
|
||||
#elif defined(__INTEL_COMPILER)
|
||||
#pragma warning(disable : 1786)
|
||||
|
||||
#elif defined(__clang__)
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
|
||||
|
|
Loading…
Reference in a new issue