]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
aesni(4): Quiesce spurious GCC 6.3.0 -Wmaybe-uninitialized warnings
authorConrad Meyer <cem@FreeBSD.org>
Fri, 12 Jan 2018 06:40:58 +0000 (06:40 +0000)
committerConrad Meyer <cem@FreeBSD.org>
Fri, 12 Jan 2018 06:40:58 +0000 (06:40 +0000)
commit4ce147895c8e6cc7d68e095f5206d20b1a4d8c9d
tree589b199916237959a8ed5cac37cd4754e9ee5411
parent8f07d847a11d27d482d35d570eadd605d18b507c
aesni(4): Quiesce spurious GCC 6.3.0 -Wmaybe-uninitialized warnings

Always initialize some variables GCC warns about.  They are initialized in
every path where they are used, but GCC doesn't know that.

Sponsored by: Dell EMC Isilon
sys/crypto/aesni/aesni.c