Re: [Openvpn-devel] [PATCH] Fix various compiler warnings

2018-10-26 Thread David Sommerseth
On 08/10/18 12:46, Lev Stipakov wrote: > From: Lev Stipakov > > This patch fixes "unused variable/unreferenced format parameter" > warnings in different places, kudos to Visual Studio compiler > for discoveing some of those. > > Signed-off-by: Lev Stipakov > --- > src/openvpn/forward.c | 2 +-

Re: [Openvpn-devel] [PATCH] Fix various compiler warnings

2018-10-08 Thread Simon Rozman
should address those too, then raise to warning level 2 etc. Regards, Simon > -Original Message- > From: Lev Stipakov > Sent: Monday, October 8, 2018 12:47 PM > To: openvpn-devel@lists.sourceforge.net > Subject: [Openvpn-devel] [PATCH] Fix various compiler warnings > &g

[Openvpn-devel] [PATCH] Fix various compiler warnings

2018-10-08 Thread Lev Stipakov
From: Lev Stipakov This patch fixes "unused variable/unreferenced format parameter" warnings in different places, kudos to Visual Studio compiler for discoveing some of those. Signed-off-by: Lev Stipakov --- src/openvpn/forward.c | 2 +- src/openvpn/init.c| 2 +- src/openvpn/init.h|

[Openvpn-devel] [PATCH] Fix various compiler warnings

2016-11-19 Thread Arne Schwabe
- move p2mp only push_option_fmt to p2mp only section to avoid warning that struct push_list being defined in the argument list - incoming_push_message not declared on client without server by putting it into the right define block --- src/openvpn/push.c | 49