Silence a false positive warning for gcc
authortb <tb@openbsd.org>
Thu, 25 Jul 2024 08:44:39 +0000 (08:44 +0000)
committertb <tb@openbsd.org>
Thu, 25 Jul 2024 08:44:39 +0000 (08:44 +0000)
commita6002f6a1c1b494ae995679bc33e98a63004bb61
tree1827fbb0bbb336e5d40967f16110f43a97b9cf8b
parent50bdd3225fdea71f2a8c77871cd856c1b3b0aab0
Silence a false positive warning for gcc

The code path gcc is whining about ensures that the struct auth in
question is initialized, but the pile of garbage that is gcc's use
of uninitialized warnings can't figure that one out. Enough time on
this was wasted during the last few releases that silencing gcc with
annoying workarounds may be the lesser evil.

ok claudio
usr.sbin/rpki-client/filemode.c