gcc warning

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2024-06-04 12:19:10 -07:00
parent 7358e2698e
commit b98f44c65f
1 changed files with 1 additions and 0 deletions

View File

@ -617,6 +617,7 @@ PropertyValue::asString(const Network *network) const
case Type::type_pwr_activity:
return nullptr;
}
return nullptr;
}
////////////////////////////////////////////////////////////////