mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:33:33 +03:00
fix a bunch of MSVC compiler warnings
This commit is contained in:
parent
2be65bb0c5
commit
6b75d2c2df
41 changed files with 109 additions and 82 deletions
|
|
@ -146,7 +146,7 @@ CURL_EXTERN int curl_fclose(FILE *file, int line, const char *source);
|
|||
*/
|
||||
|
||||
#ifndef fake_sclose
|
||||
#define fake_sclose(x) do { } WHILE_FALSE
|
||||
#define fake_sclose(x) Curl_nop_stmt
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue