From 1603f0569de88a81d74d1efb43021aad8ddaf3c3 Mon Sep 17 00:00:00 2001 From: Tim Quatmann Date: Sun, 29 Mar 2020 20:27:45 +0200 Subject: [PATCH] Silenced a gcc warning. --- src/storm-cli-utilities/model-handling.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storm-cli-utilities/model-handling.h b/src/storm-cli-utilities/model-handling.h index 0e4fe4812..6dad6fbb0 100644 --- a/src/storm-cli-utilities/model-handling.h +++ b/src/storm-cli-utilities/model-handling.h @@ -276,6 +276,7 @@ namespace storm { case ModelProcessingInformation::ValueType::FinitePrecision: return storm::utility::canHandle(mpi.engine, input.preprocessedProperties.is_initialized() ? input.preprocessedProperties.get() : input.properties, input.model.get()); } + return false; }; mpi.isCompatible = checkCompatibleSettings(); if (!mpi.isCompatible) {