From 04aa6ca97ba83650669694f21040ea07e0488ab2 Mon Sep 17 00:00:00 2001 From: Foster Brereton Date: Thu, 13 Jul 2023 17:39:39 -0700 Subject: [PATCH] Yet another build break --- matchers/utilities.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/matchers/utilities.cpp b/matchers/utilities.cpp index 4925e66..c84ed93 100644 --- a/matchers/utilities.cpp +++ b/matchers/utilities.cpp @@ -359,6 +359,7 @@ inline std::string_view to_string_view(ParamCommandComment::PassDirection x) { case ParamCommandComment::PassDirection::Out: return "out"; } // clang-format on + return "in"; // gcc on linux is asking for this. } /**************************************************************************************************/