mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix release compile errors
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
parent
7e89f8b86b
commit
f1dfccd8ef
1 changed files with 2 additions and 2 deletions
|
@ -203,7 +203,7 @@ std::optional<ASDUData::Sample> ASDUData::checkASDU(CS101_ASDU const &asdu) cons
|
|||
}
|
||||
|
||||
default:
|
||||
assert(!"unreachable");
|
||||
throw RuntimeError { "unsupported asdu type" };
|
||||
}
|
||||
|
||||
std::optional<CP56Time2a> time_cp56;
|
||||
|
@ -761,7 +761,7 @@ int SlaveNode::parse(json_t *json, const uuid_t sn_uuid)
|
|||
break;
|
||||
|
||||
default:
|
||||
assert(!"unreachable");
|
||||
throw RuntimeError { "unsupported signal type" };
|
||||
}
|
||||
} else
|
||||
initial_value.f = 0.0;
|
||||
|
|
Loading…
Add table
Reference in a new issue