Fix Issues from Using OpenDDS in add_subdirectory #91
Annotations
10 warnings
tests/googletest/googletest/src/gtest-death-test.cc#L1224
‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
|
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]
|
dds/idl/be_global.cpp#L549
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘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/DCPS/ValueHelper.h#L60
conversion to ‘unsigned int’ from ‘wchar_t’ may change the sign of the result [-Wsign-conversion]
|
dds/DCPS/ValueHelper.h#L60
conversion to ‘unsigned int’ from ‘wchar_t’ may change the sign of the result [-Wsign-conversion]
|
dds/DCPS/ValueHelper.h#L60
conversion to ‘unsigned int’ from ‘wchar_t’ may change the sign of the result [-Wsign-conversion]
|
dds/idl/dds_visitor.cpp#L184
conversion to ‘std::vector<AST_Interface*>::size_type’ {aka ‘long unsigned int’} from ‘long int’ may change the sign of the result [-Wsign-conversion]
|
dds/idl/dds_visitor.cpp#L186
conversion to ‘std::vector<AST_Interface*>::size_type’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
This job succeeded
Loading