1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

api: fix cppcheck warnings

This commit is contained in:
Steffen Vogel 2022-03-29 21:30:53 +02:00
parent d16ab6b0fc
commit 79f930301f

View file

@ -28,7 +28,9 @@ using namespace villas;
using namespace villas::node;
APINode::APINode(const std::string &name) :
Node(name)
Node(name),
read(),
write()
{
int ret;
auto dirs = std::vector{&read, &write};