src/http/ngx_http_spdy_filter_module.c, latest changesets compiler warnings

Valentin V. Bartenev vbart at nginx.com
Tue Jan 14 21:30:23 UTC 2014


On Tuesday 14 January 2014 16:26:41 itpp2012 wrote:
> src/http/ngx_http_spdy_filter_module.c, latest changesets compiler warnings
> 
> In ngx_http_spdy_send_chain(ngx_connection_t *fc, ngx_chain_t *in, off_t
> limit):
> 
> src/http/ngx_http_spdy_filter_module.c(682) : warning C4244: 'function' :
> conversion from 'off_t' to 'size_t', possible loss of data
> 
> src/http/ngx_http_spdy_filter_module.c(701) : warning C4244: '-=' :
> conversion from 'off_t' to 'size_t', possible loss of data
> 
> src/http/ngx_http_spdy_filter_module.c(715) : warning C4244: 'function' :
> conversion from 'off_t' to 'size_t', possible loss of data
> 
> src/http/ngx_http_spdy_filter_module.c(751) : warning C4244: '=' :
> conversion from 'off_t' to 'size_t', possible loss of data
> 
> src/http/ngx_http_spdy_filter_module.c(757) : warning C4244: 'function' :
> conversion from 'off_t' to 'size_t', possible loss of data
> 

What compiler are you using?

  wbr, Valentin V. Bartenev



More information about the nginx mailing list