Temporary threading handling #2358
Annotations
10 warnings
|
Build
‘always_inline’ function might not be inlinable [-Wattributes]
|
|
Build
comparison of integer expressions of different signedness: ‘__gnu_cxx::__normal_iterator<const unsigned char*, std::vector<unsigned char> >::difference_type’ {aka ‘long int’} and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare]
|
|
Build
comparison of integer expressions of different signedness: ‘__gnu_cxx::__normal_iterator<const unsigned char*, std::vector<unsigned char> >::difference_type’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
|
Build
comparison of integer expressions of different signedness: ‘__gnu_cxx::__normal_iterator<const unsigned char*, std::vector<unsigned char> >::difference_type’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
|
|
Build
comparison of integer expressions of different signedness: ‘__gnu_cxx::__normal_iterator<const unsigned char*, std::vector<unsigned char> >::difference_type’ {aka ‘long int’} and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare]
|
|
Build
ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
|
|
Build
ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
|
|
Build
ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
|
|
Build
comparison of integer expressions of different signedness: ‘int’ and ‘__size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
|
Build
comparison of integer expressions of different signedness: ‘const long unsigned int’ and ‘const int’ [-Wsign-compare]
|
Loading