Martin Sebor wrote:
>
>Odd. Microsoft says the number for this diagnostic (function
>was declared "deprecated") is 4996. I can't find 1478 or 1786
>in the online documentation.
>
>http://msdn2.microsoft.com/en-us/library/ttcz0bys(VS.80).aspx
>
>Martin

I would guess that is because these are the intel compiler warning
numbers.

>
>[EMAIL PROTECTED] wrote:
>> Author: faridz
>> Date: Wed Aug 29 02:45:54 2007
>> New Revision: 570724
>> 
>> URL: http://svn.apache.org/viewvc?rev=570724&view=rev
>> Log:
>> 2007-08-29 Farid Zaripov <[EMAIL PROTECTED]>
>> 
>>      * _config-icc.h: Corrected warning number.
>> 
>> Modified:
>>     incubator/stdcxx/trunk/include/rw/_config-icc.h
>> 
>> Modified: incubator/stdcxx/trunk/include/rw/_config-icc.h
>> URL: 
>http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/rw/
>_config-icc.h?rev=570724&r1=570723&r2=570724&view=diff
>> 
>===============================================================
>===============
>> --- incubator/stdcxx/trunk/include/rw/_config-icc.h (original)
>> +++ incubator/stdcxx/trunk/include/rw/_config-icc.h Wed Aug 
>29 02:45:54 2007
>> @@ -54,7 +54,7 @@
>>  #  endif   // _RWSHARED
>>  
>>  // disable "function was declared "deprecated"
>> -#  pragma warning (disable: 1478)
>> +#  pragma warning (disable: 1786)
>>  
>>  // disable "dllexport/dllimport conflict with ... ; 
>dllexport assumed"
>>  #  pragma warning (disable: 1740)
>> 
>> 
>
>

Reply via email to