Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 2021 16:16:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 252236] atp(4): Need EVDEV support for modern input stack
Message-ID:  <bug-252236-227-TPqXeOU4dm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-252236-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-252236-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252236

--- Comment #41 from Constantin F=C3=BCrst <constantin@fuersten.info> ---
I get an error in bcm5974:

/usr/src/sys/dev/hid/bcm5974.c:564:2: error: variable 'err' is used
uninitialized whenever switch default is taken
[-Werror,-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/usr/src/sys/dev/hid/bcm5974.c:568:10: note: uninitialized use occurs here
        return (err);
                ^~~

Initializing with 0 now and recompiling.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252236-227-TPqXeOU4dm>