Skip to content

Instantly share code, notes, and snippets.

@refack
Created October 8, 2014 07:43
Show Gist options
  • Select an option

  • Save refack/65eb7b126e1c9b697134 to your computer and use it in GitHub Desktop.

Select an option

Save refack/65eb7b126e1c9b697134 to your computer and use it in GitHub Desktop.
MSVS compilation of the `node` target with all warnings enabled
fs_event_wrap.cc
cares_wrap.cc
handle_wrap.cc
node.cc
node_buffer.cc
node_constants.cc
node_contextify.cc
src\node.cc(860): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node.cc(1646): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node.cc(1996): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node.cc(1998): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node.cc(2001): warning C4244: 'argument' : conversion from 'size_t' to 'double', possible loss of data
src\node.cc(2050): warning C4244: 'argument' : conversion from 'uint64_t' to 'uint32_t', possible loss of data
src\node.cc(2458): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node.cc(2690): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node.cc(2773): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node.cc(3177): warning C4244: 'initializing' : conversion from 'int64_t' to 'int', possible loss of data
node_file.cc
src\node_buffer.cc(147): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_buffer.cc(183): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_buffer.cc(226): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_buffer.cc(334): warning C4267: 'initializing' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_buffer.cc(557): warning C4267: 'initializing' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_buffer.cc(418): warning C4267: 'initializing' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_buffer.cc(424) : see reference to function template instantiation 'void node::Buffer::StringWrite<BASE64>(const v8::FunctionCallbackInfo<v8::Value> &)' being compiled
src\node_buffer.cc(509): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
src\node_buffer.cc(528) : see reference to function template instantiation 'uint32_t node::Buffer::WriteFloatGeneric<float,kLittleEndian>(const v8::FunctionCallbackInfo<v8::Value> &)' being compiled
node_http_parser.cc
node_javascript.cc
node_main.cc
src\node_file.cc(136): warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
src\node_file.cc(144): warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
src\node_file.cc(149): warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
src\node_file.cc(184): warning C4244: 'argument' : conversion from 'ssize_t' to 'int32_t', possible loss of data
src\node_file.cc(188): warning C4244: 'argument' : conversion from 'ssize_t' to 'int32_t', possible loss of data
src\node_file.cc(205): warning C4244: 'argument' : conversion from 'ssize_t' to 'int32_t', possible loss of data
src\node_file.cc(325): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(356): warning C4244: 'argument' : conversion from 'const uint64_t' to 'int32_t', possible loss of data
src\node_file.cc(357): warning C4244: 'argument' : conversion from 'const uint64_t' to 'int32_t', possible loss of data
src\node_file.cc(358): warning C4244: 'argument' : conversion from 'const uint64_t' to 'int32_t', possible loss of data
src\node_file.cc(359): warning C4244: 'argument' : conversion from 'const uint64_t' to 'int32_t', possible loss of data
src\node_file.cc(360): warning C4244: 'argument' : conversion from 'const uint64_t' to 'int32_t', possible loss of data
src\node_file.cc(361): warning C4244: 'argument' : conversion from 'const uint64_t' to 'int32_t', possible loss of data
src\node_file.cc(441): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(461): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(480): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(518): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(542): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(560): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(587): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(607): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(624): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(641): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(659): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(677): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(695): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(713): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(762): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(806): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\node_file.cc(809): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(857): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\node_file.cc(937): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\node_file.cc(942): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(964): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(985): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(1018): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(1051): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(1081): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_file.cc(1110): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
node_os.cc
src\node_http_parser.cc(154): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_http_parser.cc(314): warning C4244: 'argument' : conversion from '__int64' to 'uint32_t', possible loss of data
src\node_http_parser.cc(315): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_http_parser.cc(420): warning C4267: 'argument' : conversion from 'size_t' to 'int32_t', possible loss of data
src\node_http_parser.cc(448): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
node_os_signals.cc
node_v8.cc
src\node_os.cc(125): warning C4996: 'GetVersionExA': was declared deprecated
C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433) : see declaration of 'GetVersionExA'
src\node_os.cc(157): warning C4244: 'argument' : conversion from 'uint64_t' to 'double', possible loss of data
src\node_os.cc(159): warning C4244: 'argument' : conversion from 'uint64_t' to 'double', possible loss of data
src\node_os.cc(161): warning C4244: 'argument' : conversion from 'uint64_t' to 'double', possible loss of data
src\node_os.cc(163): warning C4244: 'argument' : conversion from 'uint64_t' to 'double', possible loss of data
src\node_os.cc(165): warning C4244: 'argument' : conversion from 'uint64_t' to 'double', possible loss of data
src\node_os.cc(185): warning C4244: 'initializing' : conversion from 'uint64_t' to 'double', possible loss of data
src\node_os.cc(195): warning C4244: 'initializing' : conversion from 'uint64_t' to 'double', possible loss of data
node_stat_watcher.cc
src\node_javascript.cc(54): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_v8.cc(136): warning C4244: 'argument' : conversion from 'uint64_t' to 'double', possible loss of data
src\node_v8.cc(145): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_v8.cc(146): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_v8.cc(147): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_v8.cc(148): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_v8.cc(149): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_v8.cc(194): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_v8.cc(195): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_v8.cc(196): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_v8.cc(197): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_v8.cc(198): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
node_watchdog.cc
node_zlib.cc
node_i18n.cc
pipe_wrap.cc
signal_wrap.cc
smalloc.cc
src\node_zlib.cc(271): warning C4267: 'argument' : conversion from 'size_t' to 'uInt', possible loss of data
src\node_zlib.cc(526): warning C4267: 'argument' : conversion from 'size_t' to 'uInt', possible loss of data
src\node_zlib.cc(198): warning C4267: '=' : conversion from 'size_t' to 'uInt', possible loss of data
src\node_zlib.cc(620) : see reference to function template instantiation 'void node::ZCtx::Write<true>(const v8::FunctionCallbackInfo<v8::Value> &)' being compiled
src\node_zlib.cc(200): warning C4267: '=' : conversion from 'size_t' to 'uInt', possible loss of data
src\node_zlib.cc(205): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
spawn_sync.cc
string_bytes.cc
src\smalloc.cc(285): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\smalloc.cc(350): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\smalloc.cc(434): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
stream_wrap.cc
tcp_wrap.cc
timer_wrap.cc
src\string_bytes.cc(322): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(324): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(333): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(340): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(352): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(364): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(376): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(631): warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\string_bytes.cc(710): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(717): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(727): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(732): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(745): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(771): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(786): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\string_bytes.cc(186): warning C4244: 'initializing' : conversion from '__int64' to 'int', possible loss of data
src\string_bytes.cc(358) : see reference to function template instantiation 'size_t node::base64_decode<char>(char *,size_t,const TypeName *,const size_t)' being compiled
with
[
TypeName=char
]
tty_wrap.cc
src\stream_wrap.cc(88): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\stream_wrap.cc(156): warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
src\stream_wrap.cc(158): warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
src\stream_wrap.cc(186): warning C4267: '=' : conversion from 'size_t' to 'ULONG', possible loss of data
src\stream_wrap.cc(243): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\stream_wrap.cc(397): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\stream_wrap.cc(406): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\stream_wrap.cc(432): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\stream_wrap.cc(437): warning C4267: '=' : conversion from 'size_t' to 'ULONG', possible loss of data
src\stream_wrap.cc(450): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\stream_wrap.cc(457): warning C4267: '=' : conversion from 'size_t' to 'ULONG', possible loss of data
src\stream_wrap.cc(459): warning C4267: '+=' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\stream_wrap.cc(614): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\stream_wrap.cc(627): warning C4267: '-=' : conversion from 'size_t' to 'ULONG', possible loss of data
src\stream_wrap.cc(651): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\stream_wrap.cc(653): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\stream_wrap.cc(661): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\stream_wrap.cc(663): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\stream_wrap.cc(682): warning C4267: '=' : conversion from 'size_t' to 'ULONG', possible loss of data
src\stream_wrap.cc(701): warning C4244: 'argument' : conversion from 'ssize_t' to 'int32_t', possible loss of data
src\stream_wrap.cc(721): warning C4244: 'argument' : conversion from 'ssize_t' to 'uint32_t', possible loss of data
src\stream_wrap.cc(292): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\stream_wrap.cc(490) : see reference to function template instantiation 'void node::StreamWrap::WriteStringImpl<ASCII>(const v8::FunctionCallbackInfo<v8::Value> &)' being compiled
src\stream_wrap.cc(331): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\stream_wrap.cc(373): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
process_wrap.cc
udp_wrap.cc
uv.cc
util.cc
src\udp_wrap.cc(276): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\udp_wrap.cc(384): warning C4267: '=' : conversion from 'size_t' to 'ULONG', possible loss of data
src\udp_wrap.cc(412): warning C4244: 'argument' : conversion from 'ssize_t' to 'int32_t', possible loss of data
src\udp_wrap.cc(426): warning C4244: 'argument' : conversion from 'ssize_t' to 'uint32_t', possible loss of data
src\util.cc(48): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
node_crypto.cc
node_crypto_bio.cc
node_crypto_clienthello.cc
src\node_crypto_bio.cc(80): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto_bio.cc(136): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto_bio.cc(146): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto_bio.cc(183): warning C4267: '=' : conversion from 'size_t' to 'long', possible loss of data
src\node_crypto_bio.cc(205): warning C4267: '=' : conversion from 'size_t' to 'long', possible loss of data
tls_wrap.cc
node_win32_etw_provider.cc
c:\empeeric\node\src\node_win32_etw_provider-inl.h(117): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_win32_etw_provider.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(118): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_win32_etw_provider.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(126): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_win32_etw_provider.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(135): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_win32_etw_provider.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(136): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_win32_etw_provider.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(144): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_win32_etw_provider.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(152): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_win32_etw_provider.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(160): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_win32_etw_provider.cc)
src\node_win32_etw_provider.cc(86): warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto_clienthello.cc(194): warning C4267: '=' : conversion from 'size_t' to 'uint16_t', possible loss of data
src\node_win32_etw_provider.cc(106): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
node_dtrace.cc
node_win32_perfctr_provider.cc
src\node_crypto.cc(194): warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(255): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(399): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(403): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(689): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(812): warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\node_crypto.cc(829): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(934): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data
src\node_crypto.cc(956): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data
src\node_crypto.cc(1152): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(1161): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(1186): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(1201): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(1208): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(1225): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(1232): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(1890): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(1998): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(2290): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(2293): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(2347): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(2397): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(2450): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(2611): warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
src\node_crypto.cc(2668): warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
src\node_crypto.cc(2730): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\node_crypto.cc(2758): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\node_crypto.cc(2815): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(2820): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(2966): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(3000): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(3005): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(3125): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(3130): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(3289): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(3294): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(3373): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(3473): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(3478): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(3593): warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
src\node_crypto.cc(3875): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(3880): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(4022): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(4089): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(4111): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(4245): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_crypto.cc(4269): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(4276): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(4327): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(4462): warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
src\node_crypto.cc(4719): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
src\node_crypto.cc(4923): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\node_crypto.cc(4988): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(5032): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\tls_wrap.cc(259): warning C4267: '=' : conversion from 'size_t' to 'ULONG', possible loss of data
src\tls_wrap.cc(348): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\tls_wrap.cc(349): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\tls_wrap.cc(354): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\tls_wrap.cc(356): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\tls_wrap.cc(430): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\tls_wrap.cc(500): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\tls_wrap.cc(564): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\tls_wrap.cc(623): warning C4267: '=' : conversion from 'size_t' to 'ULONG', possible loss of data
src\tls_wrap.cc(644): warning C4244: 'argument' : conversion from 'ssize_t' to 'int32_t', possible loss of data
src\node_crypto.cc(1446): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data
src\node_crypto.cc(1429) : while compiling class template member function 'void node::crypto::SSLWrap<node::TLSCallbacks>::SetSession(const v8::FunctionCallbackInfo<v8::Value> &)'
src\node_crypto.cc(1005) : see reference to function template instantiation 'void node::crypto::SSLWrap<node::TLSCallbacks>::SetSession(const v8::FunctionCallbackInfo<v8::Value> &)' being compiled
c:\empeeric\node\src\tls_wrap.h(45) : see reference to class template instantiation 'node::crypto::SSLWrap<node::TLSCallbacks>' being compiled
src\node_crypto.cc(1473): warning C4244: 'argument' : conversion from 'ssize_t' to 'long', possible loss of data
src\node_crypto.cc(1462) : while compiling class template member function 'void node::crypto::SSLWrap<node::TLSCallbacks>::LoadSession(const v8::FunctionCallbackInfo<v8::Value> &)'
src\node_crypto.cc(1006) : see reference to function template instantiation 'void node::crypto::SSLWrap<node::TLSCallbacks>::LoadSession(const v8::FunctionCallbackInfo<v8::Value> &)' being compiled
src\node_crypto.cc(1721): warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\node_crypto.cc(1708) : while compiling class template member function 'int node::crypto::SSLWrap<node::TLSCallbacks>::AdvertiseNextProtoCallback(SSL *,const unsigned char **,unsigned int *,void *)'
src\node_crypto.cc(1044) : see reference to function template instantiation 'int node::crypto::SSLWrap<node::TLSCallbacks>::AdvertiseNextProtoCallback(SSL *,const unsigned char **,unsigned int *,void *)' being compiled
src\node_crypto.cc(1760): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
src\node_crypto.cc(1734) : while compiling class template member function 'int node::crypto::SSLWrap<node::TLSCallbacks>::SelectNextProtoCallback(SSL *,unsigned char **,unsigned char *,const unsigned char *,unsigned int,void *)'
src\node_crypto.cc(1047) : see reference to function template instantiation 'int node::crypto::SSLWrap<node::TLSCallbacks>::SelectNextProtoCallback(SSL *,unsigned char **,unsigned char *,const unsigned char *,unsigned int,void *)' being compiled
src\node_crypto.cc(1863): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data
src\node_crypto.cc(1826) : while compiling class template member function 'int node::crypto::SSLWrap<node::TLSCallbacks>::TLSExtStatusCallback(SSL *,void *)'
src\node_crypto.cc(1052) : see reference to function template instantiation 'int node::crypto::SSLWrap<node::TLSCallbacks>::TLSExtStatusCallback(SSL *,void *)' being compiled
src\node_crypto.cc(3719): warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
src\node_crypto.cc(5147) : see reference to function template instantiation 'void node::crypto::PublicKeyCipher::Cipher<kEncrypt,int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *),int EVP_PKEY_encrypt(EVP_PKEY_CTX *,unsigned char *,size_t *,const unsigned char *,size_t)>(const v8::FunctionCallbackInfo<v8::Value> &)' being compiled
src\node_crypto.cc(4688): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
src\node_crypto.cc(4765) : see reference to function template instantiation 'void node::crypto::RandomBytesWork<false>(uv_work_t *)' being compiled
src\node_crypto.cc(5138) : see reference to function template instantiation 'void node::crypto::RandomBytes<false>(const v8::FunctionCallbackInfo<v8::Value> &)' being compiled
src\node_crypto.cc(4690): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
node_counters.cc
c:\empeeric\node\src\node_win32_etw_provider-inl.h(117): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_dtrace.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(118): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_dtrace.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(126): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_dtrace.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(135): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_dtrace.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(136): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_dtrace.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(144): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_dtrace.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(152): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_dtrace.cc)
c:\empeeric\node\src\node_win32_etw_provider-inl.h(160): warning C4267: 'argument' : conversion from 'size_t' to 'ULONG', possible loss of data (src\node_dtrace.cc)
src\node_dtrace.cc(152): warning C4244: '=' : conversion from 'int64_t' to 'int32_t', possible loss of data
src\node_dtrace.cc(162): warning C4244: '=' : conversion from 'int64_t' to 'int32_t', possible loss of data
src\node_dtrace.cc(172): warning C4244: '=' : conversion from 'int64_t' to 'int32_t', possible loss of data
src\node_dtrace.cc(179): warning C4002: too many actual parameters for macro 'NODE_NET_SOCKET_READ'
src\node_dtrace.cc(188): warning C4244: '=' : conversion from 'int64_t' to 'int32_t', possible loss of data
src\node_dtrace.cc(195): warning C4002: too many actual parameters for macro 'NODE_NET_SOCKET_WRITE'
src\node_dtrace.cc(227): warning C4244: '=' : conversion from 'int64_t' to 'int32_t', possible loss of data
src\node_dtrace.cc(238): warning C4244: '=' : conversion from 'int64_t' to 'int32_t', possible loss of data
src\node_dtrace.cc(277): warning C4244: '=' : conversion from 'int64_t' to 'int32_t', possible loss of data
src\node_dtrace.cc(288): warning C4244: '=' : conversion from 'int64_t' to 'int32_t', possible loss of data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment