Skip to content

Commit 525bed0

Browse files
committed
test.cpp: mitigated compiler warnings about missing return with GCC and Visual Studio
1 parent e6c4acf commit 525bed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ static const char* inputString(Input input) {
5858
case Input::CharBuffer:
5959
return "CharBuffer";
6060
}
61+
return "";
6162
}
6263

6364
static int assertEquals(const std::string &expected, const std::string &actual, int line)

0 commit comments

Comments
 (0)