cvs commit: jakarta-tomcat-connectors/jk/native/common jk_map.c jk_map.h jk_util.c jk_util.h

2001-09-05 Thread jfclere
jfclere 01/09/05 10:05:24 Modified:jk/native/apache-2.0 mod_jk.c jk/native/common jk_map.c jk_map.h jk_util.c jk_util.h Log: Get ride of some warnings - But there is still a lot to do with const - I have put /* DIRTY */ where the cast looks weird. Revision

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_map.c jk_map.h jk_util.c jk_util.h

2001-09-05 Thread jean-frederic clere
Hi, I would like to comment the following: Some of the const are causing a lot of warnings, I have stopped fixed because I was afraid to have to change too much things... (I have put /* DIRTY */ where I have stopped forwarding the const). Any comment? Cheers Jean-frederic [EMAIL PROTECTED]

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_map.c jk_map.h jk_util.c jk_util.h

2001-09-05 Thread cmanolache
On Wed, 5 Sep 2001, jean-frederic clere wrote: Hi, I would like to comment the following: Some of the const are causing a lot of warnings, I have stopped fixed because I was afraid to have to change too much things... (I have put /* DIRTY */ where I have stopped forwarding the const).