Skip to content

Commit 3acf34f

Browse files
committed
Fixed compile warning.
1 parent 1f97783 commit 3acf34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/vsgunicode/vsgunicode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bool test(const std::basic_string<C1>& input, const std::basic_string<C2>& expec
2626
return pass;
2727
}
2828

29-
int main(int argc, char** argv)
29+
int main(int, char**)
3030
{
3131
#ifdef _WIN32
3232
// Windows is backwards-compatible with things that predate UTF-8's invention by default

0 commit comments

Comments
 (0)