silence compiler warnings

This commit is contained in:
Daniel Stenberg
2005-05-08 22:45:01 +00:00
parent 5c30fa50d6
commit 708ed6fded
2 changed files with 2 additions and 2 deletions

View File

@@ -2851,7 +2851,7 @@ int my_trace(CURL *handle, curl_infotype type,
"*", "<", ">"
};
size_t i;
int st=0;
size_t st=0;
static bool newl = FALSE;
switch(type) {