Fix failures #352
Annotations
10 warnings
build OpenDDS
ISO C++ requires the name after '::~' to be found in the same scope as the name before '::~' [-Wdtor-name]
|
build OpenDDS
implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
|
build OpenDDS
implicit conversion changes signedness: 'ctype_t' (aka 'int') to 'unsigned long' [-Wsign-conversion]
|
build OpenDDS
ISO C++ requires the name after '::~' to be found in the same scope as the name before '::~' [-Wdtor-name]
|
build OpenDDS
implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
|
build OpenDDS
implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
|
build OpenDDS
implicit conversion changes signedness: 'ctype_t' (aka 'int') to 'unsigned long' [-Wsign-conversion]
|
build OpenDDS
'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations]
|
build OpenDDS
implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
|
build OpenDDS
'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations]
|
Loading