Re: FYI: [branch-2-0] fix warnings on cygwin

2005-08-04 Thread Ralf Wildenhues
* Christoph Egger wrote on Thu, Aug 04, 2005 at 03:45:12PM CEST: > > Thank you for applying the patch. > But why did you drop one line? > base_name() should return const char * and not char * D'oh. /me was too stupid to apply your patch correctly. Fixed now. Thanks for noting, Ralf

Re: FYI: [branch-2-0] fix warnings on cygwin

2005-08-04 Thread Christoph Egger
> Hi Christoph, > > Sorry for the late response. > > * Christoph Egger wrote on Sat, Jul 16, 2005 at 09:35:40AM CEST: > > > > I got some warnings when I build a program on cygwin with latest > > gcc and -Wcast-qual flag: > > > libtool: link: creating evtimestamp.exe > > ./.libs/lt-evtimestamp.

FYI: [branch-2-0] fix warnings on cygwin

2005-08-04 Thread Ralf Wildenhues
Hi Christoph, Sorry for the late response. * Christoph Egger wrote on Sat, Jul 16, 2005 at 09:35:40AM CEST: > > I got some warnings when I build a program on cygwin with latest > gcc and -Wcast-qual flag: > libtool: link: creating evtimestamp.exe > ./.libs/lt-evtimestamp.c: In function `main':

Re: [branch-2-0] fix warnings on cygwin

2005-07-16 Thread Christoph Egger
> You expect libtool to fix your code? :-) Sorry, I don't understand. > I have never heard of evtimestamp.c before. This is _my_ small program I compile with libtool. libtool itself uses a small program you find in config/ltmain.m4sh, which produces the warnings. The patch fixes them. > > Bob

[branch-2-0] fix warnings on cygwin

2005-07-16 Thread Christoph Egger
Hi! I got some warnings when I build a program on cygwin with latest gcc and -Wcast-qual flag: libtool: link: creating evtimestamp.exe ./.libs/lt-evtimestamp.c: In function `main': ./.libs/lt-evtimestamp.c:95: warning: assignment discards qualifiers from pointer target type ./.libs/lt-evtimesta