]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit372e6a2772d9e4cb8a722f9446fb38837c6c8ff1
tree92d53aa04cf792fe0eb429ab42774236da6c9238
parent3e643a0047f0df4bd5a6682cab8531118481f0fd
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: d1d32f6c1382566d ("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