Re: [PATCH v2 00/10] perf parse-events: enable more flex/bison warnings

2020-06-19 Thread Ian Rogers
On Fri, Jun 19, 2020 at 5:20 AM Arnaldo Carvalho de Melo wrote: > > Em Fri, Jun 19, 2020 at 09:15:57AM -0300, Arnaldo Carvalho de Melo escreveu: > > Em Thu, Jun 18, 2020 at 09:33:46PM -0700, Ian Rogers escreveu: > > > All C compiler warnings are disabled are disabled by -w. This change > > > remov

Re: [PATCH v2 00/10] perf parse-events: enable more flex/bison warnings

2020-06-19 Thread Arnaldo Carvalho de Melo
Em Fri, Jun 19, 2020 at 09:15:57AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Thu, Jun 18, 2020 at 09:33:46PM -0700, Ian Rogers escreveu: > > All C compiler warnings are disabled are disabled by -w. This change > > removes the -w from flex and bison targets. To avoid implicit > > declarations h

Re: [PATCH v2 00/10] perf parse-events: enable more flex/bison warnings

2020-06-19 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 18, 2020 at 09:33:46PM -0700, Ian Rogers escreveu: > All C compiler warnings are disabled are disabled by -w. This change > removes the -w from flex and bison targets. To avoid implicit > declarations header files are declared as targets and included. > > Tested with GCC 9.3.0 and clan

Re: [PATCH v2 00/10] perf parse-events: enable more flex/bison warnings

2020-06-19 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 18, 2020 at 09:33:46PM -0700, Ian Rogers escreveu: > All C compiler warnings are disabled are disabled by -w. This change > removes the -w from flex and bison targets. To avoid implicit > declarations header files are declared as targets and included. > > Tested with GCC 9.3.0 and clan

[PATCH v2 00/10] perf parse-events: enable more flex/bison warnings

2020-06-18 Thread Ian Rogers
All C compiler warnings are disabled are disabled by -w. This change removes the -w from flex and bison targets. To avoid implicit declarations header files are declared as targets and included. Tested with GCC 9.3.0 and clang 9.0.1. v2. predicates disabling the warnings on more recent bison and