nginx-0.2.5

Alexey Bestchiokov proforg at maloletka.ru
Tue Oct 4 15:37:22 MSD 2005


с icc 9.0 ругается :)

icc: Command line remark: option '-ipo_obj' not supported


src/core/nginx.c(91): error #1684: conversion from pointer to same-sized 
integral type (potential portability problem)
         offsetof(ngx_core_conf_t, rlimit_sigpending),

src/core/ngx_string.c(354): error #1683: explicit conversion of a 64-bit 
integral type to a smaller integral type (potential portability problem)
                       *--p = hex[(uint32_t) (ui64 & 0xf)];

src/core/ngx_inet.c(278): error #1469: "cc" clobber ignored
       u->port = htons(u->port);

src/os/unix/ngx_writev_chain.c(84): error #1682: implicit conversion of 
a 64-bit integral type to a smaller integral type (potential portability 
problem)
                   size = limit - send;

src/http/ngx_http.c(727): error #1599: declaration hides variable "n" 
(declared at line 75)
       ngx_uint_t  p, a, n;


С уважением,
Алексей Бещёков

Igor Sysoev wrote:
> Изменения в nginx 0.2.5                                           
> 04.10.2005
> 
>     *) Изменение: дублирующее значение переменной модуля
>        ngx_http_geo_module теперь выдаёт предупреждение и изменяёт старое
>        значение.
> 
>     *) Добавление: модуль ngx_http_ssi_module поддерживает команду set.
> 
>     *) Добавление: модуль ngx_http_ssi_module поддерживает параметр file в
>        команде include.
> 
>     *) Добавление: модуль ngx_http_ssi_module поддерживает подстановку
>        значений переменных в выражениях команды if.
> 
> 
> Игорь Сысоев
> http://sysoev.ru
> 






More information about the nginx-ru mailing list