From 3ad6d922941981e6fe7719548900b3e190c97d74 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 31 Mar 2006 16:48:58 +0000 Subject: [PATCH] icc compat tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@993 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/switch_platform.h b/src/include/switch_platform.h index b83ff4f6c9..1f5904e08b 100644 --- a/src/include/switch_platform.h +++ b/src/include/switch_platform.h @@ -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