diff options
| author | Nick Desaulniers <[email protected]> | 2020-11-16 04:35:31 +0000 |
|---|---|---|
| committer | Gustavo A. R. Silva <[email protected]> | 2020-11-18 20:15:17 +0000 |
| commit | 4c1ca831adb1010e473a18eb01b3fbef7595f230 (patch) | |
| tree | b1384a54e1a94b1f4f8943d5a81216efeaf9a579 /lib/assoc_array.c | |
| parent | powerpc: boot: include compiler_attributes.h (diff) | |
| download | kernel-4c1ca831adb1010e473a18eb01b3fbef7595f230.tar.gz kernel-4c1ca831adb1010e473a18eb01b3fbef7595f230.zip | |
Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"
This reverts commit 6a9dc5fd6170 ("lib: Revert use of fallthrough
pseudo-keyword in lib/")
Now that we can build arch/powerpc/boot/ free of -Wimplicit-fallthrough,
re-enable these fixes for lib/.
Signed-off-by: Nick Desaulniers <[email protected]>
Tested-by: Nathan Chancellor <[email protected]>
Reviewed-by: Nathan Chancellor <[email protected]>
Reviewed-by: Gustavo A. R. Silva <[email protected]>
Reviewed-by: Miguel Ojeda <[email protected]>
Link: https://github.com/ClangBuiltLinux/linux/issues/236
Signed-off-by: Gustavo A. R. Silva <[email protected]>
Diffstat (limited to 'lib/assoc_array.c')
| -rw-r--r-- | lib/assoc_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/assoc_array.c b/lib/assoc_array.c index 6f4bcf524554..04c98799c3ba 100644 --- a/lib/assoc_array.c +++ b/lib/assoc_array.c @@ -1113,7 +1113,7 @@ struct assoc_array_edit *assoc_array_delete(struct assoc_array *array, index_key)) goto found_leaf; } - /* fall through */ + fallthrough; case assoc_array_walk_tree_empty: case assoc_array_walk_found_wrong_shortcut: default: |
