1
0
Fork 0
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:
卜部昌平 2020-04-10 13:55:08 +09:00
parent 4e7d84cf87
commit defc0ee9d1
Notes: git 2020-04-10 16:17:55 +09:00

View file

@ -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"