From b98f44c65fe0e7790cd266b82bdd4eebf30f935b Mon Sep 17 00:00:00 2001 From: James Cherry Date: Tue, 4 Jun 2024 12:19:10 -0700 Subject: [PATCH] gcc warning Signed-off-by: James Cherry --- search/Property.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/search/Property.cc b/search/Property.cc index 89974166..1ec9616d 100644 --- a/search/Property.cc +++ b/search/Property.cc @@ -617,6 +617,7 @@ PropertyValue::asString(const Network *network) const case Type::type_pwr_activity: return nullptr; } + return nullptr; } ////////////////////////////////////////////////////////////////