Snippets for wsjtx 3.0.1 from Fedora s390x
Sourced from https://kojipkgs.fedoraproject.org/packages/wsjtx/3.0.1/2.fc45/data/logs/s390x/build.log.
-
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/vit213.c:86:15: warning: variable ‘ipp’ set but not used [-Wunused-but-set-variable=] 86 | int i,j,sym,ipp; | ^~~ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/qra/q65/q65.h:116:17: warning: ‘_q65_mask’ declared ‘static’ but never defined [-Wunused-function] 116 | static void _q65_mask(const qracode *pcode, float *ix, const int *mask, const int *x); | ^~~~~~~~~ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/Transceiver/HRDTransceiver.cpp:1067:86: warning: ‘*<unknown>.HRDMessage::size_’ may be used uninitialized [-Wmaybe-uninitialized] 1067 | if (!write_to_port (reinterpret_cast<char const *> (message.data ()), message->size_)) | ~~~~~~~~~^~~~~ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/Transceiver/HRDTransceiver.cpp:1084:43: warning: ‘*(const HRDMessage*)<unknown>.HRDMessage::magic_1_’ may be used uninitialized [-Wmaybe-uninitialized] 1084 | if (reply->magic_1_value_ != reply->magic_1_ && reply->magic_2_value_ != reply->magic_2_) | ~~~~~~~^~~~~~~~ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/Transceiver/HRDTransceiver.cpp:1084:87: warning: ‘*(const HRDMessage*)<unknown>.HRDMessage::magic_2_’ may be used uninitialized [-Wmaybe-uninitialized] 1084 | if (reply->magic_1_value_ != reply->magic_1_ && reply->magic_2_value_ != reply->magic_2_) | ~~~~~~~^~~~~~~~ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/Transceiver/HRDTransceiver.cpp:1094:69: warning: ‘*(const HRDMessage*)<unknown>.HRDMessage::size_’ may be used uninitialized [-Wmaybe-uninitialized] 1094 | while (buffer.size () - offsetof (HRDMessage, size_) < reply->size_) | ~~~~~~~^~~~~ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/Transceiver/HRDTransceiver.cpp:1094:69: warning: ‘*(const HRDMessage*)<unknown>.HRDMessage::size_’ may be used uninitialized [-Wmaybe-uninitialized]
-
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprcode/nhash.c:225:21: warning: variable ‘k8’ set but not used [-Wunused-but-set-variable=] 225 | const uint8_t *k8; | ^~ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprd/wsprd_utils.c:162:21: warning: comparison is always true due to limited range of data type [-Wtype-limits] 162 | if( (nc >= 0) & (nc <= 9) ) { | ^~ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprd/wsprd_utils.c:182:17: warning: comparison is always true due to limited range of data type [-Wtype-limits] 182 | if( (nc >= 0) & (nc <= 9) ) { | ^~ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprd/wsprd_utils.c:192:13: warning: ‘__builtin_strncat’ output truncated before terminating nul copying 1 byte from a string of the same length [-Wstringop-truncation] 192 | strncat(call,pfx,1); | ^ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprd/wsprd_utils.c:186:13: warning: ‘__builtin_strncat’ output truncated before terminating nul copying 1 byte from a string of the same length [-Wstringop-truncation] 186 | strncat(call,pfx,1); | ^ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprd/wsprd_utils.c:177:9: warning: ‘__builtin_strncat’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 177 | strncat(call,tmpcall,strlen(tmpcall)); | ^ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprd/wsprd_utils.c:328:9: warning: ‘__builtin_strncat’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 328 | strncat(call_loc_pow,callsign,strlen(callsign)); | ^ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprd/wsprd_utils.c:330:9: warning: ‘__builtin_strncat’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 330 | strncat(call_loc_pow,grid6,strlen(grid6)); | ^ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprd/wsprd_utils.c:332:9: warning: ‘__builtin_strncat’ output may be truncated copying 2 bytes from a string of length 3 [-Wstringop-truncation] 332 | strncat(call_loc_pow,cdbm,2); | ^ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprd/wsprd_utils.c:274:13: warning: ‘__builtin_strncat’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 274 | strncat(call_loc_pow,callsign,strlen(callsign)); | ^ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprd/wsprd_utils.c:276:13: warning: ‘__builtin_strncat’ output may be truncated copying 4 bytes from a string of length 4 [-Wstringop-truncation] 276 | strncat(call_loc_pow,grid,4); | ^ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprd/wsprd_utils.c:278:13: warning: ‘__builtin_strncat’ output may be truncated copying 2 bytes from a string of length 3 [-Wstringop-truncation] 278 | strncat(call_loc_pow,cdbm,2); | ^ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprd/wsprd_utils.c:292:13: warning: ‘__builtin_strncat’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 292 | strncat(call_loc_pow,callsign,strlen(callsign)); | ^ -
/builddir/build/BUILD/wsjtx-3.0.1-build/wsjtx-3.0.1/lib/wsprd/wsprd_utils.c:294:13: warning: ‘__builtin_strncat’ output may be truncated copying 2 bytes from a string of length 3 [-Wstringop-truncation] 294 | strncat(call_loc_pow,cdbm,2); | ^