More warnings fix #28
Annotations
2 errors and 10 warnings
dds/DCPS/XTypes/DynamicDataXcdrReadImpl.cpp#L1957
‘neste_td’ was not declared in this scope; did you mean ‘nested_td’?
|
|
tests/googletest/googletest/src/gtest-death-test.cc#L1224
‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
|
|
dds/DCPS/Serializer.cpp#L173
conversion to ‘long unsigned int’ from ‘ptrdiff_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
|
dds/DCPS/Serializer.cpp#L176
conversion to ‘long unsigned int’ from ‘ptrdiff_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
|
dds/DCPS/Serializer.cpp#L217
conversion to ‘ptrdiff_t’ {aka ‘long int’} from ‘size_t’ {aka ‘long unsigned int’} may change the sign of the result [-Wsign-conversion]
|
dds/DCPS/Serializer.cpp#L219
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘ptrdiff_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
|
dds/DCPS/Serializer.cpp#L220
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘ptrdiff_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
|
dds/idl/be_produce.cpp#L135
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘pid_t’ {aka ‘int’} may change the sign of the result [-Wsign-conversion]
|
dds/idl/be_produce.cpp#L145
conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
|
dds/idl/be_global.cpp#L547
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
This job failed
Loading