Fix all warnings when compiling with mingw64.
This commit is contained in:
parent
ef92a5725c
commit
f5122ccece
6 changed files with 22 additions and 15 deletions
|
|
@ -118,6 +118,7 @@ static struct option const long_options[] = {
|
|||
#ifdef HAVE_MINGW
|
||||
static struct WSAData wsa_state;
|
||||
CRITICAL_SECTION mutex;
|
||||
int main2(int argc, char **argv);
|
||||
#endif
|
||||
|
||||
static void usage(bool status) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue