We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c4acf commit 525bed0Copy full SHA for 525bed0
1 file changed
test.cpp
@@ -58,6 +58,7 @@ static const char* inputString(Input input) {
58
case Input::CharBuffer:
59
return "CharBuffer";
60
}
61
+ return "";
62
63
64
static int assertEquals(const std::string &expected, const std::string &actual, int line)
0 commit comments