mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
tool_urlglob: fix compiler warning "unreachable code"
(On Windows builds.)
Follow-up to 70a3b003d9
This commit is contained in:
parent
182ff2d63c
commit
4e66207c58
@ -698,8 +698,8 @@ CURLcode glob_match_url(char **result, char *filename, struct URLGlob *glob)
|
|||||||
*result = sanitized;
|
*result = sanitized;
|
||||||
return CURLE_OK;
|
return CURLE_OK;
|
||||||
}
|
}
|
||||||
#endif /* MSDOS || WIN32 */
|
#else
|
||||||
|
|
||||||
*result = curlx_dyn_ptr(&dyn);
|
*result = curlx_dyn_ptr(&dyn);
|
||||||
return CURLE_OK;
|
return CURLE_OK;
|
||||||
|
#endif /* MSDOS || WIN32 */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user