Commit cdb91533 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix clang-cl warning

parent 2a9441d1
......@@ -3191,7 +3191,7 @@ while (argc > 1 && argv[op][0] == '-')
#endif
else if (strcmp(arg, "-C") == 0)
{
int rc;
int rc=0;
unsigned long int lrc;
if (argc > 2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment