Matthew Woehlke <[EMAIL PROTECTED]> wrote:

> First, a build failure: I had to change src/xheader.c:1097:
>
> -  const struct timespec mtime = data ? *(struct timespec *) data : 
> st->mtime;
> +  const struct timespec mtime = data ? *(const struct timespec *) data 
> : st->mtime;
>
> (seems like a pedantic compiler thing, but...)

Not a pedantic compiler buit a compiler that honors "const".
Unfortunately, GCC mostly ignores const.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily


Reply via email to