Download raw body.
On Sat, Mar 29, 2025 at 11:05:55PM +0100, Kirill A. Korinsky wrote: > > Folks, > > without this diff qwz doesn't build anymore with error: > > /usr/src/sys/dev/ic/qwz.c:6641:9: error: unused variable 'len' [-Werror,-Wunused-variable] > size_t len = 0, boardfw_len; > ^ > 1 error generated. Sorry for the breakage. I did recompile the kernel at the time but didn't notice this error. While thinking about the cause, I realized that our qwz is disabled by default, and I forgot to enable it :(