Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:jaimeMF
organicmaps
0001-Add-call-to-UNREACHABLE-to-fix-building-wi...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Add-call-to-UNREACHABLE-to-fix-building-with-Werror-.patch of Package organicmaps
From 5bc99f6202e02acb56054019f8771a17ea040733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= <jaime.marquinez.ferrandiz@fastmail.net> Date: Sun, 17 Nov 2024 10:45:03 +0100 Subject: [PATCH] Add call to UNREACHABLE() to fix building with -Werror=return-type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net> --- kml/types.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/kml/types.hpp b/kml/types.hpp index f5d4f11ad3..6a682cce8c 100644 --- a/kml/types.hpp +++ b/kml/types.hpp @@ -92,6 +92,7 @@ inline dp::Color ColorFromPredefinedColor(PredefinedColor color) case None: case Count: return ColorFromPredefinedColor(kml::PredefinedColor::Red); } + UNREACHABLE(); } kml::PredefinedColor GetRandomPredefinedColor(); -- 2.47.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor