Acked-By: Frank Lichtenheld
I can confirm that this fixes issues seen with
./configure --enable-small --disable-debug --enable-werror
(compile tested on Debian 11 amd64, gcc 10.2.1)
The init.c change did not fix a warning for my compiler, but it looks correct
and might be a warning with differ
---
src/openvpn/init.c | 2 +-
src/openvpn/mtcp.c | 2 ++
src/openvpn/packet_id.c | 2 ++
src/openvpn/reliable.c | 2 ++
4 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/openvpn/init.c b/src/openvpn/init.c
index b0c62a85..f06afc29 100644
--- a/src/openvpn/init.c
+++ b/s