perf build: Fixup disabling of -Wdeprecated-declarations for the python scripting...
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 29 Sep 2022 18:20:16 +0000 (15:20 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 29 Sep 2022 19:03:35 +0000 (16:03 -0300)
commit8e8bf60a675473a034ecfcb7a842b98868ed74a3
tree92d53aa04cf792fe0eb429ab42774236da6c9238
parent5551717bddb0c8aa78c4d2f8846624e2cf6816f7
perf build: Fixup disabling of -Wdeprecated-declarations for the python scripting engine

A brown paper bag where -Wno-error=deprecated-declarations was added
from compiler output when the right thing is to add
-Wno-deprecated-declarations, fix it.

Fixes: 4ee3c4da8b1b9c22 ("perf scripting python: Do not build fail on deprecation warnings")
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/scripting-engines/Build