From fea403186f95bc6dbcbea17b11b09100721ce52a Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 25 Oct 2020 17:48:54 +0100 Subject: [PATCH] [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. --- src/libcalamares/geoip/Handler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libcalamares/geoip/Handler.cpp b/src/libcalamares/geoip/Handler.cpp index 68cf6ed6b..8ef72d99b 100644 --- a/src/libcalamares/geoip/Handler.cpp +++ b/src/libcalamares/geoip/Handler.cpp @@ -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