Snippets for 2bwm 0.3 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/b6sfmj91dkgl0w05k7zljjnsmvg2xsma-2bwm-0.3.drv.
-
2bwm.c:2106:43: warning: passing 'int16_t *' (aka 'short *') to parameter of type 'uint16_t *' (aka 'unsigned short *') converts between pointers to integer types with different sign [-Wpointer-sign] 2106 | getmonsize(with_offsets, &mon_x, &mon_y, &mon_width, &mon_height, client); | ^~~~~~~~~~ -
2bwm.c:2106:55: warning: passing 'int16_t *' (aka 'short *') to parameter of type 'uint16_t *' (aka 'unsigned short *') converts between pointers to integer types with different sign [-Wpointer-sign] 2106 | getmonsize(with_offsets, &mon_x, &mon_y, &mon_width, &mon_height, client); | ^~~~~~~~~~~