Feature/test #299
Triggered via pull request
September 21, 2024 09:50
Status
Success
Total duration
7m 34s
Artifacts
–
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: lukka/run-cmake@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: lukka/run-cmake@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Network/BufferSock.cpp#L254
'=': conversion from 'size_t' to 'ULONG', possible loss of data
|
build:
src/Network/BufferSock.cpp#L271
'=': conversion from 'size_t' to 'ULONG', possible loss of data
|
build:
src/Network/BufferSock.cpp#L320
'argument': conversion from 'size_t' to 'int', possible loss of data
|
build:
src/Network/BufferSock.cpp#L322
'argument': conversion from 'size_t' to 'int', possible loss of data
|
build:
src/Network/BufferSock.cpp#L582
'argument': conversion from 'size_t' to 'int', possible loss of data
|
build:
src/Thread/ThreadPool.h#L121
'argument': conversion from 'size_t' to 'int', possible loss of data
|
build:
src/Thread/ThreadPool.h#L121
'argument': conversion from 'size_t' to 'int', possible loss of data
|
build:
src/Network/sockutil.cpp#L106
'argument': conversion from 'SOCKET' to 'int', possible loss of data
|
build:
src/Network/sockutil.cpp#L682
'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
|
build:
src/Network/sockutil.cpp#L978
'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
|