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 +-
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
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|
- 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