Re: [Openvpn-devel] [PATCH] fix compilation issues with small and w/o debug

2022-06-20 Thread Frank Lichtenheld
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

[Openvpn-devel] [PATCH] fix compilation issues with small and w/o debug

2022-06-16 Thread Ilya Ponetayev
--- 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