mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:03: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
|
|
@ -4646,7 +4646,7 @@ static void memory_tracking_init(void)
|
|||
}
|
||||
}
|
||||
#else
|
||||
# define memory_tracking_init()
|
||||
# define memory_tracking_init() Curl_nop_stmt
|
||||
#endif
|
||||
|
||||
static int
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ int fileno( FILE *stream);
|
|||
* Include macros and defines that should only be processed once.
|
||||
*/
|
||||
|
||||
#ifndef __SETUP_ONCE_H
|
||||
#ifndef HEADER_CURL_SETUP_ONCE_H
|
||||
#include "setup_once.h"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue