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. } /**************************************************************************************************/