This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Patch to enable -Werror [take 2]


> This is breaking configure on GNU/Linux.  Checking this in as obvious:
> 
> -#if !defined (HAVE_STRSIGNAL) || !HAVE_DECL_STRSIGNAL
> +#if !defined (HAVE_STRSIGNAL) \
> +    || (defined (HAVE_DECL_STRSIGNAL) && !HAVE_DECL_STRSIGNAL)

Yes, this is the obvious fix for such cases.


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