= Сообщение: 55 из 1947 =========================================== RU.BINKD = От : Yuri Myakotin 2:5020/4441.1 18 Oct 13 08:10:18 Кому : Pavel Gulchouck 18 Oct 13 08:10:18 Тема : То ли лыжи не едут... FGHI : area://RU.BINKD?msgid=2:5020/4441.1+5260b779 На : area://RU.BINKD?msgid=2:463/68+52604149 = Кодировка сообщения определена как: CP866 ================================== ============================================================================== Hello Pavel!
Thursday October 17 2013 22:51, Pavel Gulchouck wrote to Yuri Myakotin: PG> Какой тип возвращает _findfirst()? intptr_t как раз "гибкий" тип, в зависимости от 32/64 бит, как и size_t
PG> Может, там (в структуре DIR) вместо PG> int прописать "int*", а не "long long"? А то ведь "long long" будет PG> давать варнинг на 32-битной системе, потому что там 32-битный PG> указатель, а ему будет присваиваться 64-битный "long long". я intptr_t прописал, в обоих режимах идет нормально.
PG> Много варнингов выдаёт MSVC при компиляции binkd? в x64 190, в x32 - 129 (преимущественно по поводу устаревшего синтаксиса и переопределения макросов). Вся разница - как раз те самые 32/64 бит присвоения.
[cut] Warning 1 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 2 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 721 1 Binkd-custom Warning 3 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 724 1 Binkd-custom Warning 4 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 756 1 Binkd-custom Warning 5 warning C4996: 'tzset': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _tzset. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 887 1 Binkd-custom Warning 6 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 1068 1 Binkd-custom Warning 7 warning C4996: 'dup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 1075 1 Binkd-custom Warning 8 warning C4996: 'fileno': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 1075 1 Binkd-custom Warning 9 warning C4996: 'dup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 1077 1 Binkd-custom Warning 10 warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 1081 1 Binkd-custom Warning 11 warning C4996: 'dup2': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup2. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 1085 1 Binkd-custom Warning 12 warning C4996: 'dup2': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup2. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 1086 1 Binkd-custom Warning 13 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 1087 1 Binkd-custom Warning 14 warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 1114 1 Binkd-custom Warning 15 warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details. D:\Microsoft Visual Studio\binkd\binkd.c 1122 1 Binkd-custom Warning 16 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 17 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 18 warning C4244: '=' : conversion from 'uintptr_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\branch.c 136 1 Binkd-custom Warning 19 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 20 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 21 warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details. D:\Microsoft Visual Studio\binkd\bsy.c 137 1 Binkd-custom Warning 22 warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _access. See online help for details. D:\Microsoft Visual Studio\binkd\bsy.c 171 1 Binkd-custom Warning 23 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\bsy.c 194 1 Binkd-custom Warning 24 warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details. D:\Microsoft Visual Studio\binkd\bsy.c 205 1 Binkd-custom Warning 25 warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details. D:\Microsoft Visual Studio\binkd\bsy.c 212 1 Binkd-custom Warning 26 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\bsy.c 240 1 Binkd-custom Warning 27 warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details. D:\Microsoft Visual Studio\binkd\bsy.c 248 1 Binkd-custom Warning 28 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 29 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\client.c 704 1 Binkd-custom Warning 30 warning C4244: '=' : conversion from 'SOCKET' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\client.c 744 1 Binkd-custom Warning 31 warning C4267: 'function' : conversion from 'size_t' to 'socklen_t', possible loss of data D:\Microsoft Visual Studio\binkd\client.c 778 1 Binkd-custom Warning 32 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\client.c 818 1 Binkd-custom Warning 33 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\client.c 837 1 Binkd-custom Warning 34 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\client.c 907 1 Binkd-custom Warning 35 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\client.c 921 1 Binkd-custom Warning 36 warning C4101: 'rc' : unreferenced local variable D:\Microsoft Visual Studio\binkd\compress.c 92 1 Binkd-custom Warning 37 warning C4101: 'rc' : unreferenced local variable D:\Microsoft Visual Studio\binkd\compress.c 197 1 Binkd-custom Warning 38 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 39 warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details. D:\Microsoft Visual Studio\binkd\exitproc.c 308 1 Binkd-custom Warning 40 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 41 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 42 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 43 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ftnq.c 296 1 Binkd-custom Warning 44 warning C4244: 'return' : conversion from 'time_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ftnq.c 384 1 Binkd-custom Warning 45 warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details. D:\Microsoft Visual Studio\binkd\ftnq.c 460 1 Binkd-custom Warning 46 warning C4244: '=' : conversion from 'time_t' to 'off_t', possible loss of data D:\Microsoft Visual Studio\binkd\ftnq.c 1056 1 Binkd-custom Warning 47 warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\getw.c 160 1 Binkd-custom Warning 48 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 49 warning C4244: 'return' : conversion from '__int64' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\https.c 164 1 Binkd-custom Warning 50 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\https.c 209 1 Binkd-custom Warning 51 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\https.c 216 1 Binkd-custom Warning 52 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\https.c 226 1 Binkd-custom Warning 53 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\https.c 241 1 Binkd-custom Warning 54 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\https.c 295 1 Binkd-custom Warning 55 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\https.c 316 1 Binkd-custom Warning 56 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\https.c 367 1 Binkd-custom Warning 57 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\https.c 393 1 Binkd-custom Warning 58 warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\https.c 394 1 Binkd-custom Warning 59 warning C4267: '=' : conversion from 'size_t' to 'char', possible loss of data D:\Microsoft Visual Studio\binkd\https.c 401 1 Binkd-custom Warning 60 warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\https.c 403 1 Binkd-custom Warning 61 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\https.c 449 1 Binkd-custom Warning 62 warning C4244: 'function' : conversion from '__int64' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\https.c 456 1 Binkd-custom Warning 63 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 64 warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details. D:\Microsoft Visual Studio\binkd\inbound.c 450 1 Binkd-custom Warning 65 warning C4996: 'fdopen': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fdopen. See online help for details. D:\Microsoft Visual Studio\binkd\inbound.c 455 1 Binkd-custom Warning 66 warning C4996: 'fileno': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details. D:\Microsoft Visual Studio\binkd\inbound.c 469 1 Binkd-custom Warning 67 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\inbound.c 578 1 Binkd-custom Warning 68 warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\inbound.c 581 1 Binkd-custom Warning 69 warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details. D:\Microsoft Visual Studio\binkd\inbound.c 680 1 Binkd-custom Warning 70 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 71 warning C4005: 'O_BINARY' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\fcntl.h 77 1 Binkd-custom Warning 72 warning C4005: 'O_NOINHERIT' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\fcntl.h 80 1 Binkd-custom Warning 73 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 74 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 75 warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 62 1 Binkd-custom Warning 76 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 86 1 Binkd-custom Warning 77 warning C4244: 'return' : conversion from '__int64' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 204 1 Binkd-custom Warning 78 warning C4244: 'initializing' : conversion from '__int64' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 214 1 Binkd-custom Warning 79 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 234 1 Binkd-custom Warning 80 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 255 1 Binkd-custom Warning 81 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 256 1 Binkd-custom Warning 82 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 258 1 Binkd-custom Warning 83 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 277 1 Binkd-custom Warning 84 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 314 1 Binkd-custom Warning 85 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 316 1 Binkd-custom Warning 86 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 317 1 Binkd-custom Warning 87 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 318 1 Binkd-custom Warning 88 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 319 1 Binkd-custom Warning 89 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 320 1 Binkd-custom Warning 90 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\ntlm\helpers.c 321 1 Binkd-custom Warning 91 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 92 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 93 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 94 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 95 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\nt\service.c 420 1 Binkd-custom Warning 96 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\nt\service.c 430 1 Binkd-custom Warning 97 warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\nt\service.c 475 1 Binkd-custom Warning 98 warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\nt\service.c 477 1 Binkd-custom Warning 99 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\nt\service.c 505 1 Binkd-custom Warning 100 warning C4267: 'function' : conversion from 'size_t' to 'DWORD', possible loss of data D:\Microsoft Visual Studio\binkd\nt\service.c 661 1 Binkd-custom Warning 101 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 102 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\nt\TCPErr.c 160 1 Binkd-custom Warning 103 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 104 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 105 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\nt\w32tools.c 153 1 Binkd-custom Warning 106 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\nt\w32tools.c 156 1 Binkd-custom Warning 107 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\nt\w32tools.c 167 1 Binkd-custom Warning 108 warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\nt\w32tools.c 206 1 Binkd-custom Warning 109 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 110 warning C4244: 'return' : conversion from 'time_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\prothlp.c 89 1 Binkd-custom Warning 111 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 112 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\protocol.c 1057 1 Binkd-custom Warning 113 warning C4244: 'function' : conversion from 'SOCKET' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\protocol.c 1122 1 Binkd-custom Warning 114 warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details. D:\Microsoft Visual Studio\binkd\protocol.c 1122 1 Binkd-custom Warning 115 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\protocol.c 1255 1 Binkd-custom Warning 116 warning C4996: 'chmod': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chmod. See online help for details. D:\Microsoft Visual Studio\binkd\protocol.c 1414 1 Binkd-custom Warning 117 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\protocol.c 1483 1 Binkd-custom Warning 118 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\protocol.c 1894 1 Binkd-custom Warning 119 warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details. D:\Microsoft Visual Studio\binkd\protocol.c 2900 1 Binkd-custom Warning 120 warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _access. See online help for details. D:\Microsoft Visual Studio\binkd\protocol.c 2906 1 Binkd-custom Warning 121 warning C4244: 'function' : conversion from 'SOCKET' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\protocol.c 3341 1 Binkd-custom Warning 122 warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details. D:\Microsoft Visual Studio\binkd\protocol.c 3341 1 Binkd-custom Warning 123 warning C4996: 'fileno': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details. D:\Microsoft Visual Studio\binkd\protocol.c 3670 1 Binkd-custom Warning 124 warning C4996: 'fileno': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details. D:\Microsoft Visual Studio\binkd\protocol.c 3722 1 Binkd-custom Warning 125 warning C4244: 'function' : conversion from 'SOCKET' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\protocol.c 4099 1 Binkd-custom Warning 126 warning C4244: 'function' : conversion from 'SOCKET' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\protocol.c 4111 1 Binkd-custom Warning 127 warning C4244: 'function' : conversion from 'SOCKET' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\protocol.c 4172 1 Binkd-custom Warning 128 warning C4244: 'function' : conversion from 'SOCKET' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\protocol.c 4191 1 Binkd-custom Warning 129 warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details. D:\Microsoft Visual Studio\binkd\protocol.c 4191 1 Binkd-custom Warning 130 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 131 warning C4996: 'fileno': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details. D:\Microsoft Visual Studio\binkd\readcfg.c 968 1 Binkd-custom Warning 132 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\readflo.c 67 1 Binkd-custom Warning 133 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 134 warning C4244: 'function' : conversion from 'long' to 'u_short', possible loss of data D:\Microsoft Visual Studio\binkd\rfc2553.c 69 1 Binkd-custom Warning 135 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 192 1 Binkd-custom Warning 136 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 198 1 Binkd-custom Warning 137 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 199 1 Binkd-custom Warning 138 warning C4996: 'dup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 287 1 Binkd-custom Warning 139 warning C4996: 'fileno': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 287 1 Binkd-custom Warning 140 warning C4996: 'dup2': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup2. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 288 1 Binkd-custom Warning 141 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 290 1 Binkd-custom Warning 142 warning C4996: 'dup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 301 1 Binkd-custom Warning 143 warning C4996: 'dup2': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup2. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 302 1 Binkd-custom Warning 144 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 304 1 Binkd-custom Warning 145 warning C4996: 'dup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 315 1 Binkd-custom Warning 146 warning C4996: 'dup2': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup2. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 316 1 Binkd-custom Warning 147 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 318 1 Binkd-custom Warning 148 warning C4090: 'function' : different 'const' qualifiers D:\Microsoft Visual Studio\binkd\run.c 336 1 Binkd-custom Warning 149 warning C4244: '=' : conversion from 'intptr_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\run.c 340 1 Binkd-custom Warning 150 warning C4996: 'spawnvp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _spawnvp. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 340 1 Binkd-custom Warning 151 warning C4090: 'function' : different 'const' qualifiers D:\Microsoft Visual Studio\binkd\run.c 341 1 Binkd-custom Warning 152 warning C4244: '=' : conversion from 'intptr_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\run.c 346 1 Binkd-custom Warning 153 warning C4996: 'spawnl': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _spawnl. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 346 1 Binkd-custom Warning 154 warning C4996: 'dup2': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup2. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 353 1 Binkd-custom Warning 155 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 354 1 Binkd-custom Warning 156 warning C4996: 'dup2': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup2. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 358 1 Binkd-custom Warning 157 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 359 1 Binkd-custom Warning 158 warning C4996: 'dup2': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup2. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 363 1 Binkd-custom Warning 159 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\run.c 364 1 Binkd-custom Warning 160 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 161 warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\server.c 357 1 Binkd-custom Warning 162 warning C4244: '=' : conversion from 'SOCKET' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\server.c 397 1 Binkd-custom Warning 163 warning C4244: 'function' : conversion from 'time_t' to 'unsigned int', possible loss of data D:\Microsoft Visual Studio\binkd\server.c 524 1 Binkd-custom Warning 164 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\snprintf.c 347 1 Binkd-custom Warning 165 warning C4267: '=' : conversion from 'size_t' to 'short', possible loss of data D:\Microsoft Visual Studio\binkd\snprintf.c 359 1 Binkd-custom Warning 166 warning C4267: '=' : conversion from 'size_t' to 'long', possible loss of data D:\Microsoft Visual Studio\binkd\snprintf.c 365 1 Binkd-custom Warning 167 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\snprintf.c 377 1 Binkd-custom Warning 168 warning C4013: 'vsnprintf' undefined; assuming extern returning int D:\Microsoft Visual Studio\binkd\snprintf.c 744 1 Binkd-custom Warning 169 warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\snprintf.c 746 1 Binkd-custom Warning 170 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 171 warning C4244: '=' : conversion from '__int64' to 'unsigned int', possible loss of data D:\Microsoft Visual Studio\binkd\srif.c 329 1 Binkd-custom Warning 172 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\srif.c 381 1 Binkd-custom Warning 173 warning C4005: 'EWOULDBLOCK' : macro redefinition C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\errno.h 132 1 Binkd-custom Warning 174 warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\binkd\tools.c 402 1 Binkd-custom Warning 175 warning C4996: 'mkdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _mkdir. See online help for details. D:\Microsoft Visual Studio\binkd\tools.c 423 1 Binkd-custom Warning 176 warning C4244: 'function' : conversion from 'time_t' to 'unsigned int', possible loss of data D:\Microsoft Visual Studio\binkd\tools.c 457 1 Binkd-custom Warning 177 warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details. D:\Microsoft Visual Studio\binkd\tools.c 469 1 Binkd-custom Warning 178 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\tools.c 471 1 Binkd-custom Warning 179 warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details. D:\Microsoft Visual Studio\binkd\tools.c 480 1 Binkd-custom Warning 180 warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details. D:\Microsoft Visual Studio\binkd\tools.c 484 1 Binkd-custom Warning 181 warning C4267: 'function' : conversion from 'size_t' to 'unsigned int', possible loss of data D:\Microsoft Visual Studio\binkd\tools.c 485 1 Binkd-custom Warning 182 warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details. D:\Microsoft Visual Studio\binkd\tools.c 485 1 Binkd-custom Warning 183 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\tools.c 491 1 Binkd-custom Warning 184 warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details. D:\Microsoft Visual Studio\binkd\tools.c 984 1 Binkd-custom Warning 185 warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details. D:\Microsoft Visual Studio\binkd\tools.c 996 1 Binkd-custom Warning 186 warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details. D:\Microsoft Visual Studio\binkd\tools.c 1004 1 Binkd-custom Warning 187 warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details. D:\Microsoft Visual Studio\binkd\tools.c 1018 1 Binkd-custom Warning 188 warning C4244: '=' : conversion from '__time64_t' to 'long', possible loss of data D:\Microsoft Visual Studio\binkd\tools.c 1311 1 Binkd-custom Warning 189 warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data D:\Microsoft Visual Studio\binkd\xalloc.c 79 1 Binkd-custom Warning 190 warning LNK4042: object specified more than once; extras ignored D:\Microsoft Visual Studio\Binkd-custom\Binkd-custom\x64\Release\breaksig.obj 1 1 Binkd-custom [cut]
See all in Hell, Yuri --- Мессагомаратель 1.1.5-b20110320 * Origin: Убей человека. Прежде всего в самом себе. (2:5020/4441.1)