diff options
| author | Linus Torvalds <[email protected]> | 2019-05-01 19:19:20 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2019-05-01 19:19:20 +0000 |
| commit | 7e74e235bb31a1fefc28d5303da0718b88627ea8 (patch) | |
| tree | f7aeae2186f8366898d140c9c1d29d39b12c35dc /scripts/gcc-plugins/gcc-generate-gimple-pass.h | |
| parent | gcc-9: properly declare the {pv,hv}clock_page storage (diff) | |
| download | kernel-7e74e235bb31a1fefc28d5303da0718b88627ea8.tar.gz kernel-7e74e235bb31a1fefc28d5303da0718b88627ea8.zip | |
gcc-9: don't warn about uninitialized btrfs extent_type variable
The 'extent_type' variable does seem to be reliably initialized, but
it's _very_ non-obvious, since there's a "goto next" case that jumps
over the normal initialization. That will then always trigger the
"start >= extent_end" test, which will end up never falling through to
the use of that variable.
But the code is certainly not obvious, and the compiler warning looks
reasonable. Make 'extent_type' an int, and initialize it to an invalid
negative value, which seems to be the common pattern in other places.
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/gcc-generate-gimple-pass.h')
0 files changed, 0 insertions, 0 deletions
