bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bison-3.2 released [stable]


From: Hans Åberg
Subject: Re: bison-3.2 released [stable]
Date: Mon, 29 Oct 2018 21:55:19 +0100

> On 29 Oct 2018, at 21:33, Akim Demaille <address@hidden> wrote:
> 
> We are very happy to announce the release of Bison 3.2!

I got a warning on make with MacOS inhouse clang.

--

MacOS 10.13.6.

$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
--with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 10.0.0 (clang-1000.11.45.2)
Target: x86_64-apple-darwin17.7.0
Thread model: posix
InstalledDir: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin


$ make
…

../bison-3.1/lib/obstack.c:351:31: warning: incompatible pointer types 
initializing 'void (*)(void) __attribute__((noreturn))' with an expression of 
type
      'void (void)' [-Wincompatible-pointer-types]
__attribute_noreturn__ void (*obstack_alloc_failed_handler) (void)
                              ^
1 warning generated.

--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]