1
0
Fork 0
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:
Philipp Jungkamp 2023-06-15 16:51:30 +02:00
parent 7e89f8b86b
commit f1dfccd8ef

View file

@ -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;