Hello, > On 29 Jun 2015, at 16:05, itpp2012 <[email protected]> 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 [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
