summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorNathan Chancellor <nathan@kernel.org>2021-10-19 04:42:03 +0300
committerTony Nguyen <anthony.l.nguyen@intel.com>2021-10-28 21:00:20 +0300
commit370764e60b183eee671e90e62510c2684f4ea849 (patch)
tree14a24c8ea6b43bebbe858ae8df68c01116a86605 /tools/perf/scripts/python/export-to-sqlite.py
parent99d407524cdffa0f8938586d82e9538fa9a6618f (diff)
downloadlinux-370764e60b183eee671e90e62510c2684f4ea849.tar.xz
ice: Fix clang -Wimplicit-fallthrough in ice_pull_qvec_from_rc()
Clang warns: drivers/net/ethernet/intel/ice/ice_lib.c:1906:2: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough] default: ^ drivers/net/ethernet/intel/ice/ice_lib.c:1906:2: note: insert 'break;' to avoid fall-through default: ^ break; 1 error generated. Clang is a little more pedantic than GCC, which does not warn when falling through to a case that is just break or return. Clang's version is more in line with the kernel's own stance in deprecated.rst, which states that all switch/case blocks must end in either break, fallthrough, continue, goto, or return. Add the missing break to silence the warning. Link: https://github.com/ClangBuiltLinux/linux/issues/1482 Signed-off-by: Nathan Chancellor <nathan@kernel.org> Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Gurucharan G <gurucharanx.g@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions