aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2024-10-16 11:15:16 +0000
committerGreg Kroah-Hartman <[email protected]>2024-10-19 09:57:03 +0200
commitb8989f45d1ec0b5e1aac5da2a915f8002015eb39 (patch)
tree0bcddf1a4d39537922f5301da82c05aec71bea4f /tools/perf/scripts/python/bin
parentad59cf382cd5c0548b3aeb80cb1e34ebac40ade6 (diff)
staging: gpib: avoid unused const variables
Variables that are 'static const' but not used anywhere cause a warning with "gcc -Wunused-const-variable", which we may want to enable by default in the future. The gpib code already has a mix of 'enum' and 'static const' variables for named constants, so convert the ones that are causing problems to enums as well, or move them closer to the only users where possible. Signed-off-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions