Welcome! Log In Create A New Profile

Advanced

Re: Small bug in src/stream/ngx_stream_proxy_module.c

Roman Arutyunyan
June 30, 2015 06:02AM
Hello,

> On 29 Jun 2015, at 16:05, itpp2012 <nginx-forum@nginx.us> wrote:
>
> (1066) : warning C4244: '=' : conversion from 'off_t' to 'size_t', possible
> loss of data
>
> diff line 1066:
> if (size > (size_t) limit) {
> - size = limit;
> + size = (size_t) limit;
> }
>

What compiler do you have?

--
Roman Arutyunyan



_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Small bug in src/stream/ngx_stream_proxy_module.c

itpp2012 June 29, 2015 09:05AM

Re: Small bug in src/stream/ngx_stream_proxy_module.c

Roman Arutyunyan June 30, 2015 06:02AM

Re: Small bug in src/stream/ngx_stream_proxy_module.c

itpp2012 June 30, 2015 08:01AM

Re: Small bug in src/stream/ngx_stream_proxy_module.c

Roman Arutyunyan June 30, 2015 08:20AM

Re: Small bug in src/stream/ngx_stream_proxy_module.c

itpp2012 June 30, 2015 08:38AM

Re: Small bug in src/stream/ngx_stream_proxy_module.c

Roman Arutyunyan July 02, 2015 03:54AM

Re: Small bug in src/stream/ngx_stream_proxy_module.c

itpp2012 July 02, 2015 04:36AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 274
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready