icc compat tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@993 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
74d14b25f7
commit
3ad6d92294
|
@ -39,7 +39,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __ICC
|
#ifdef __ICC
|
||||||
#pragma warning (disable:810 869 981 279 1469)
|
#pragma warning (disable:810 869 981 279 1469 188)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
Loading…
Reference in New Issue