[libcalamares] Search for balance between warnings and annotations
- CI's gcc is too old to analyse a switch() for completeness, so the CI build fails.
This commit is contained in:
parent
478c394d99
commit
fea403186f
@ -101,6 +101,7 @@ create_interface( Handler::Type t, const QString& selector )
|
||||
case Handler::Type::Fixed:
|
||||
return std::make_unique< GeoIPFixed >( selector );
|
||||
}
|
||||
__builtin_unreachable();
|
||||
}
|
||||
|
||||
static RegionZonePair
|
||||
|
Loading…
Reference in New Issue
Block a user