• Ian Rogers's avatar
    perf build: Disable fewer bison warnings · ddc8e4c9
    Ian Rogers authored
    If bison is version 3.8.2, reduce the number of bison C warnings
    disabled. Earlier bison versions have all C warnings disabled. Avoid
    implicit declarations of yylex by adding the declaration in the C
    file. A header can't be included as a circular dependency would occur
    due to the lexer using the bison defined tokens.
    
    Committer notes:
    
    Some recent versions of gcc and clang (noticed on Alpine Linux 3.17,
    edge, clearlinux, fedora 37, etc.
    Signed-off-by: default avatarIan Rogers <irogers@google.com>
    Cc: Adrian Hunter <adrian.hunter@intel.com>
    Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
    Cc: Andrii Nakryiko <andrii@kernel.org>
    Cc: Eduard Zingerman <eddyz87@gmail.com>
    Cc: Gaosheng Cui <cuigaosheng1@huawei.com>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: Jiri Olsa <jolsa@kernel.org>
    Cc: Kan Liang <kan.liang@linux.intel.com>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Nathan Chancellor <nathan@kernel.org>
    Cc: Nick Desaulniers <ndesaulniers@google.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Rob Herring <robh@kernel.org>
    Cc: Tom Rix <trix@redhat.com>
    Cc: bpf@vger.kernel.org
    Cc: llvm@lists.linux.dev
    Link: https://lore.kernel.org/r/20230728064917.767761-6-irogers@google.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    ddc8e4c9
parse-events.y 18.6 KB