This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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 1/3] ada-lex: Ignore warnings about register keyword


On 06/25/2017 06:45 PM, Simon Marchi wrote:
> Some older versions of flex (such as the one shipped with macOS) generate
> code that use the register keyword, which clang warns about.  This patch
> makes the compiler ignore those warnings for the portion of the code
> generated by flex.

This is fine with me, modulo the "old/older" in comments, since "old"
is a moving target.  Can you add some reference to the actual version
this was observed on?

Thanks,
Pedro Alves


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