nginx-0.3.1 :: icc 9.0

Igor Sysoev is at rambler-co.ru
Sat Oct 15 18:29:52 MSD 2005


On Sat, 15 Oct 2005, Alexey Beschiokov wrote:

> в 0.3.2 ::
> src/os/unix/ngx_posix_init.c(53): error #1682: implicit conversion of a 64-bit integral type to a smaller integral type (potential portability
> problem)
>      ngx_max_sockets = rlmt.rlim_cur;

-      ngx_max_sockets = rlmt.rlim_cur;
+      ngx_max_sockets = (ngx_int_t) rlmt.rlim_cur;


Игорь Сысоев
http://sysoev.ru





More information about the nginx-ru mailing list