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

2019-01-23 Thread Arne Schwabe
Am 30.10.18 um 09:53 schrieb 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. > > This also also removes unneeded uninit_management_callback_mult

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

2018-10-30 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. This also also removes unneeded uninit_management_callback_multi() wrapper. Signed-off-by: Lev Stipakov --- v2: remove