-
- Downloads
Fix some mingw build warnings
These include: - Having a weird in_addr that can't be initialized with {0} - Needing INVALID_HANDLE_VALUE instead of -1 for file handles. - Having a weird dependent definition for struct stat. - pid is signed, not unsigned.
Showing
- src/common/address.h 3 additions, 1 deletionsrc/common/address.h
- src/common/util.c 4 additions, 1 deletionsrc/common/util.c
- src/common/util.h 6 additions, 0 deletionssrc/common/util.h
- src/test/test.c 1 addition, 1 deletionsrc/test/test.c
- src/test/test_util.c 5 additions, 0 deletionssrc/test/test_util.c
Loading
Please register or sign in to comment