This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: src/winsup/cygwin ChangeLog include/err.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]