You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Greg Stein <gs...@lyra.org> on 2001/09/24 23:23:13 UTC

Re: cvs commit: apr/include apr.hw

On Mon, Sep 24, 2001 at 08:46:47PM -0000, wrowe@apache.org 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/