Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-0.7
-
None
-
Windows
Description
Source code:
fprintf(stderr, "Can't load WinSock: %d\n", pn_error_text(io->error));
prints warning
2>..\..\proton-c\src\windows\io.c(86): warning C4313: 'fprintf' : '%d' in format string conflicts with argument 1 of type 'const char *'
using VS2013/x64. VS2008/2010 do not warn.