Branch: Tag:

2001-09-24

2001-09-24 12:47:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed a few warnings.

Rev: src/modules/Math/matrix_code.h:1.4
Rev: src/modules/Mysql/mysql.c:1.48
Rev: src/modules/Mysql/result.c:1.22
Rev: src/modules/Oracle/oracle.c:1.60
Rev: src/modules/Parser/html.c:1.147
Rev: src/modules/Pipe/pipe.c:1.46
Rev: src/modules/_Crypto/crypto.c:1.47
Rev: src/modules/_Crypto/md2.c:1.12
Rev: src/modules/_Crypto/md5.c:1.17
Rev: src/modules/_Image_GIF/gif_lzw.c:1.3
Rev: src/modules/_Image_GIF/image_gif.c:1.7
Rev: src/modules/_Image_JPEG/image_jpeg.c:1.45
Rev: src/modules/_Image_TIFF/image_tiff.c:1.27
Rev: src/modules/_Image_TTF/image_ttf.c:1.41
Rev: src/modules/_Roxen/roxen.c:1.21
Rev: src/modules/_math/math.c:1.37
Rev: src/modules/files/file.c:1.223
Rev: src/modules/files/sendfile.c:1.54
Rev: src/modules/files/socket.c:1.55
Rev: src/modules/files/udp.c:1.25
Rev: src/modules/spider/spider.c:1.111
Rev: src/modules/spider/xml.c:1.45
Rev: src/modules/sprintf/sprintf.c:1.83
Rev: src/modules/system/system.c:1.115

54:   {    struct pike_string *str = Pike_sp[-1].u.string;    struct header_buf *hp = THP; -  int tot_slash_n=hp->slash_n, slash_n = 0, spc = hp->spc, cnt, num; +  int tot_slash_n=hp->slash_n, slash_n = 0, spc = hp->spc;    char *pp,*ep;    struct svalue *tmp;    struct mapping *headers;