icc и 0.1.35

Igor Sysoev is at rambler-co.ru
Sat Jun 11 21:35:56 MSD 2005


On Sat, 11 Jun 2005, Alexey Bestciokov wrote:

> Игорь, для auto/icc:
>
> src/os/unix/ngx_process_cycle.c(842): error #167: argument of type "u_char={__u_char={unsigned char}} *" is incompatible with parameter of type "const char *"
>          if (chdir(ccf->working_directory.data) == -1) {
>
> icc -v :
> Version 8.1

-         if (chdir(ccf->working_directory.data) == -1) {
+         if (chdir((char *) ccf->working_directory.data) == -1) {


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





More information about the nginx-ru mailing list