src/winsup/cygwin ChangeLog include/err.h

Corinna Vinschen corinna-cygwin@cygwin.com
Wed Feb 2 15:18:00 GMT 2011


On Feb  2 08:00, Eric Blake wrote:
> Oops, this introduced a syntax error:
> 
> -extern void warn (const char *fmt, ...);
> -extern void warnx (const char *fmt, ...);
> +extern void warn (const char *fmt, ...)
> +extern void warnx (const char *fmt, ...)
> 
> Looks like you first marked warn as noreturn, then (correctly) changed
> your mind, but forgot to restore the trailing ; in the process.

Urgh.  I tested my changes by rebuilding bsdlib.cc, not realizing that
bsdlib.cc does not include err.h.  I fixed that.


Thanks for catching,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat



More information about the Cygwin-developers mailing list