aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2020-10-26 16:53:48 +0100
committerDennis Zhou <[email protected]>2020-10-26 23:54:48 +0000
commit29813a2297910d5c4be08c7b390054f23dd794a5 (patch)
tree1c23c8937645600e8d5cf2f41394a1800aa057a5 /tools/perf/scripts/python/export-to-postgresql.py
parent3650b228f83adda7e5ee532e2b90429c03f7b9ec (diff)
asm-generic: percpu: avoid Wshadow warning
Nesting macros that use the same local variable names causes warnings when building with "make W=2": include/asm-generic/percpu.h:117:14: warning: declaration of '__ret' shadows a previous local [-Wshadow] include/asm-generic/percpu.h:126:14: warning: declaration of '__ret' shadows a previous local [-Wshadow] These are fairly harmless, but since the warning comes from a global header, the warning happens every time the headers are included, which is fairly annoying. Rename the variables to avoid shadowing and shut up the warning. Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Luc Van Oostenryck <[email protected]> Signed-off-by: Dennis Zhou <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions