icc compat tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@993 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-03-31 16:48:58 +00:00
parent 74d14b25f7
commit 3ad6d92294
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ extern "C" {
#endif
#ifdef __ICC
#pragma warning (disable:810 869 981 279 1469)
#pragma warning (disable:810 869 981 279 1469 188)
#endif
#ifdef _MSC_VER