comparison ChangeLog @ 65:b225619a1ba1 noffle

[svn] *** empty log message ***
author enz
date Fri, 12 May 2000 18:35:16 +0100
parents b455e14ebc5d
children 40a7493238e8
comparison
equal deleted inserted replaced
64:7250be163ec4 65:b225619a1ba1
18 Renamed some variables, because they caused compiler warnings because 18 Renamed some variables, because they caused compiler warnings because
19 of shadowing global variables from system include files 19 of shadowing global variables from system include files
20 (index, stat, serv). 20 (index, stat, serv).
21 * src/fetchlist.c: 21 * src/fetchlist.c:
22 Avoid compiler warning because of cast from const to non-const. 22 Avoid compiler warning because of cast from const to non-const.
23 * src/post.c, src/server.c:
24 Avoid compiler warnings about incomplete initializer blocks.
23 25
24 Fri May 12 10:19:56 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> 26 Fri May 12 10:19:56 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de>
25 27
26 * configure, configure.in: Only add all those compiler-switches 28 * configure, configure.in: Only add all those compiler-switches
27 like -ansi, -pedantic etc. if we use gcc. Other c-compilers are unlikely 29 like -ansi, -pedantic etc. if we use gcc. Other c-compilers are unlikely