Re: Security warnings when using LLVM 9

2018-09-27 Thread Hans Ã…berg
> On 27 Sep 2018, at 15:30, uxio prego wrote: > > I suspect builtin [macOS High Sierra] Clang maybe defaults to C89, or needs > some > kind of flag in order to use C99? > By contrast, recent Clang claims to be trying GNU C11 first: > https://clang.llvm.org/compatibility.html The both have __S

Re: Security warnings when using LLVM 9

2018-09-27 Thread uxio prego
I suspect builtin [macOS High Sierra] Clang maybe defaults to C89, or needs some kind of flag in order to use C99? By contrast, recent Clang claims to be trying GNU C11 first: https://clang.llvm.org/compatibility.html :/ However, as long as Bison doesn't use C99, there's no real reason to use C99