On Mon, Sep 24, 2001 at 08:46:47PM -0000, [EMAIL PROTECTED] wrote:
>...
>   @@ -126,7 +138,7 @@
>     *   C4244: int to char/short - precision loss
>     * 
>     */
>   -#pragma warning(disable: 4100 4127 4201; once: 4057 4075 4244)
>   +#pragma warning(disable: 4100 4127 4201 4514; once: 4057 4075 4244)
>    
>    #define APR_INLINE __inline
>    #define APR_HAS_INLINE             1

There is no comment regarding 4514. All the others say what has been
disabled.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Reply via email to