diff --git a/src/storm-gspn/storage/gspn/GSPN.cpp b/src/storm-gspn/storage/gspn/GSPN.cpp index bac028c27..c9d1ff7cd 100644 --- a/src/storm-gspn/storage/gspn/GSPN.cpp +++ b/src/storm-gspn/storage/gspn/GSPN.cpp @@ -94,7 +94,7 @@ namespace storm { } } return nullptr; - }; + } storm::gspn::Place* GSPN::getPlace(std::string const& name) { for (auto& place : places) { @@ -103,7 +103,7 @@ namespace storm { } } return nullptr; - }; + } storm::gspn::TimedTransition const* GSPN::getTimedTransition(std::string const& name) const { for (auto& trans : timedTransitions) { diff --git a/src/storm-pars/modelchecker/region/ValidatingSparseParameterLiftingModelChecker.cpp b/src/storm-pars/modelchecker/region/ValidatingSparseParameterLiftingModelChecker.cpp index 002a43692..4065f236b 100644 --- a/src/storm-pars/modelchecker/region/ValidatingSparseParameterLiftingModelChecker.cpp +++ b/src/storm-pars/modelchecker/region/ValidatingSparseParameterLiftingModelChecker.cpp @@ -25,7 +25,7 @@ namespace storm { template bool ValidatingSparseParameterLiftingModelChecker::canHandle(std::shared_ptr parametricModel, CheckTask const& checkTask) const { return getImpreciseChecker().canHandle(parametricModel, checkTask) && getPreciseChecker().canHandle(parametricModel, checkTask); - }; + } template RegionResult ValidatingSparseParameterLiftingModelChecker::analyzeRegion(Environment const& env, storm::storage::ParameterRegion const& region, RegionResultHypothesis const& hypothesis, RegionResult const& initialResult, bool sampleVerticesOfRegion) { diff --git a/src/storm-pomdp/transformer/MakePOMDPCanonic.cpp b/src/storm-pomdp/transformer/MakePOMDPCanonic.cpp index da03d47ca..d4791ec45 100644 --- a/src/storm-pomdp/transformer/MakePOMDPCanonic.cpp +++ b/src/storm-pomdp/transformer/MakePOMDPCanonic.cpp @@ -47,7 +47,7 @@ namespace storm { ++it2; } return it1 == end1 && it2 == end2; - }; + } bool operator<(ActionIdentifier const& lhs, ActionIdentifier const& rhs) { diff --git a/src/storm/generator/JaniNextStateGenerator.cpp b/src/storm/generator/JaniNextStateGenerator.cpp index 6c260746b..87baa0b98 100644 --- a/src/storm/generator/JaniNextStateGenerator.cpp +++ b/src/storm/generator/JaniNextStateGenerator.cpp @@ -169,7 +169,7 @@ namespace storm { template bool JaniNextStateGenerator::isPartiallyObservable() const { return false; - }; + } template uint64_t JaniNextStateGenerator::getLocation(CompressedState const& state, LocationVariableInformation const& locationVariable) const { @@ -1201,7 +1201,7 @@ namespace storm { storm::storage::BitVector JaniNextStateGenerator::evaluateObservationLabels(CompressedState const& state) const { STORM_LOG_WARN("There are no observation labels in JANI currenty"); return storm::storage::BitVector(0); - }; + } template diff --git a/src/storm/generator/PrismNextStateGenerator.cpp b/src/storm/generator/PrismNextStateGenerator.cpp index a0fb216e5..6bec68bed 100644 --- a/src/storm/generator/PrismNextStateGenerator.cpp +++ b/src/storm/generator/PrismNextStateGenerator.cpp @@ -734,7 +734,7 @@ namespace storm { result.setFromInt(64*i,64,this->evaluator->asInt(program.getObservationLabels()[i].getStatePredicateExpression())); } return result; - }; + } template diff --git a/src/storm/models/sparse/Pomdp.cpp b/src/storm/models/sparse/Pomdp.cpp index 02293dba8..2ba70383b 100644 --- a/src/storm/models/sparse/Pomdp.cpp +++ b/src/storm/models/sparse/Pomdp.cpp @@ -62,7 +62,7 @@ namespace storm { template bool Pomdp::isCanonic() const { return canonicFlag; - }; + }