diff options
author | Mark Wielaard <mark@klomp.org> | 2021-06-28 23:12:05 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2021-06-28 23:30:58 +0200 |
commit | 1eb53a9d7a82e9ad408ad7253263859203065160 (patch) | |
tree | 757e4cb0d6d92d3eb8deb07723e9beb0660560da /gcc/rust/backend | |
parent | bab6f6bcb299ac42096783cda32b8f11da4288ca (diff) | |
download | gcc-1eb53a9d7a82e9ad408ad7253263859203065160.zip gcc-1eb53a9d7a82e9ad408ad7253263859203065160.tar.gz gcc-1eb53a9d7a82e9ad408ad7253263859203065160.tar.bz2 |
Suppress warning in rust-ast-lower-type.h ASTLowerGenericParam.visit.
Translating the AST LifetimeType to the HIR LifetimeType causes a warning:
warning: ‘ltt’ may be used uninitialized
Add a default clause to the switch statement calling gcc_unreachable.
This will suppress the warning and make sure that if the AST lifetime type
is invalid or a new unknown type we immediately know when lowering the AST.
Diffstat (limited to 'gcc/rust/backend')
0 files changed, 0 insertions, 0 deletions