Snippets for kismet 2025-09-R1 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/d2ghyjr6wy3b7wyy74xq6q4iq1016wri-kismet-2025-09-R1.drv.
-
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; | ^~~~~~~~~~~ -
capture_nrf_mousejack.c:206:9: warning: variable 'matched_device' set but not used [-Wunused-but-set-variable] 206 | int matched_device = 0; | ^~~~~~~~~~~~~~ -
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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~