Enable 1 clang build #51
ci.yml
on: push
OS X Clang (C++17, Release)
1m 8s
Windows VS2022 (C++17, Release)
2m 1s
Matrix: build_linux
Annotations
17 warnings and 1 notice
|
OS X Clang (C++17, Release):
test/MockSocketCore.h#L40
explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted]
|
|
OS X Clang (C++17, Release):
test/MockSocketCore.h#L40
explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted]
|
|
OS X Clang (C++17, Release):
test/MockSocketCore.h#L40
explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted]
|
|
OS X Clang (C++17, Release):
test/MockSocketCore.h#L40
explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted]
|
|
OS X Clang (C++17, Release):
examples/serverApp.cpp#L27
private field 'm_clientIdx' is not used [-Wunused-private-field]
|
|
clang 11 (C++17, Release)
explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted]
|
|
clang 11 (C++17, Release)
explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted]
|
|
clang 11 (C++17, Release)
explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted]
|
|
clang 11 (C++17, Release)
explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted]
|
|
clang 11 (C++17, Release)
private field 'm_clientIdx' is not used [-Wunused-private-field]
|
|
Windows VS2022 (C++17, Release):
include/sockets-cpp/TcpServer.h#L389
'snprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'size_t'
|
|
Windows VS2022 (C++17, Release):
include/sockets-cpp/UdpSocket.h#L377
'snprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'size_t'
|
|
Windows VS2022 (C++17, Release):
include/sockets-cpp/TcpClient.h#L187
'snprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'size_t'
|
|
Windows VS2022 (C++17, Release):
include/sockets-cpp/TcpServer.h#L389
'snprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'size_t'
|
|
Windows VS2022 (C++17, Release):
include/sockets-cpp/UdpSocket.h#L377
'snprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'size_t'
|
|
Windows VS2022 (C++17, Release):
include/sockets-cpp/TcpClient.h#L187
'snprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'size_t'
|
|
Windows VS2022 (C++17, Release):
include/sockets-cpp/UdpSocket.h#L377
'snprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'size_t'
|
|
Windows VS2022 (C++17, Release)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|