Snippets for kismet 0.0.2025.09.R1 from Fedora s390x
Sourced from https://kojipkgs.fedoraproject.org/packages/kismet/0.0.2025.09.R1/6.fc45/data/logs/s390x/build.log.
-
./boost/smart_ptr/make_shared_object.hpp:49:13: warning: array subscript ‘struct sp_ms_deleter[0]’ is partly outside array bounds of ‘unsigned char[536]’ [-Warray-bounds=] 49 | if( initialized_ ) | ^~~~~~~~~~~~ -
./boost/smart_ptr/make_shared_object.hpp:63:26: warning: array subscript ‘struct sp_ms_deleter[0]’ is partly outside array bounds of ‘unsigned char[536]’ [-Warray-bounds=] 63 | initialized_ = false; | ~~~~~~~~~~~~~^~~~~~~ -
kis_dlt_radiotap.cc:187:9: warning: variable ‘record_num’ set but not used [-Wunused-but-set-variable=] 187 | int record_num = 0; | ^~~~~~~~~~ -
phy_bluetooth.cc:481:17: warning: unused variable ‘minor_class’ [-Wunused-variable] 481 | uint8_t minor_class = inquiry->minor_class >> 2; | ^~~~~~~~~~~ -
phy_bluetooth.cc:483:17: warning: unused variable ‘major_class’ [-Wunused-variable] 483 | uint8_t major_class = major_group & 0x1F; | ^~~~~~~~~~~ -
backward.h:2043:9: warning: #warning ":/ sorry, ain't know no nothing none not of your architecture!" [-Wcpp] 2043 | # warning ":/ sorry, ain't know no nothing none not of your architecture!" | ^~~~~~~ -
backward.h:2028:29: warning: unused variable ‘uctx’ [-Wunused-variable] 2028 | ucontext_t *uctx = (ucontext_t*) _ctx; | ^~~~ -
capture_linux_wifi.c:2330:13: warning: ‘nm_device_set_managed’ is deprecated [-Wdeprecated-declarations] 2330 | nm_device_set_managed(nmdevice, 0); | ^~~~~~~~~~~~~~~~~~~~~ -
capture_linux_wifi.c:2885:13: warning: ‘nm_device_set_managed’ is deprecated [-Wdeprecated-declarations] 2885 | nm_device_set_managed(nmdevice, 0); | ^~~~~~~~~~~~~~~~~~~~~ -
capture_linux_wifi.c:3446:29: warning: ‘nm_device_set_managed’ is deprecated [-Wdeprecated-declarations] 3446 | nm_device_set_managed((NMDevice *) d, 1); | ^~~~~~~~~~~~~~~~~~~~~ -
libwifiuserspace/rt2800usb/rt2x00usb.c:339:8: warning: ‘found_in’ may be used uninitialized [-Wmaybe-uninitialized] 339 | if (!found_in || !found_out) { | ^ -
libwifiuserspace/rt2800usb/rt2x00usb.c:339:19: warning: ‘found_out’ may be used uninitialized [-Wmaybe-uninitialized] 339 | if (!found_in || !found_out) { | ~~~~~~~~~~^~~~~~~~~~~~~ -
libwifiuserspace/userspace/userspace.c:268:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 268 | fread((*firmware_blob), *blob_len, 1, fwfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
capture_nrf_mousejack.c:206:9: warning: variable ‘matched_device’ set but not used [-Wunused-but-set-variable=] 206 | int matched_device = 0; | ^~~~~~~~~~~~~~ -
capture_radiacode_usb.c:74:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 74 | termpos = strstr(data, val); | ^ -
capture_linux_bluetooth.c:427:32: warning: unused variable ‘cstat’ [-Wunused-variable] 427 | struct mgmt_ev_cmd_status *cstat; | ^~~~~ -
capture_nrf_52840.c:62:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 62 | write(localnrf->fd,tx_buf,tx_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~