We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96eb665 commit 172e878Copy full SHA for 172e878
service_template/src/greeting.cpp
@@ -19,6 +19,7 @@ std::string SayHelloTo(std::string_view name, UserType type) {
19
}
20
21
UASSERT(false);
22
+ return {};
23
24
25
} // namespace service_template
0 commit comments