Re: [Openvpn-devel] [PATCH 1/1] Fix warning: format not a string literal and no format arguments

2011-02-17 Thread Matthias Andree
Am 16.02.2011 22:55, schrieb Gilles Espinasse: > Seen with gcc-4.4.5 and -Wformat -Wformat-security > > Signed-off-by: Gilles Espinasse > --- > options.c |6 +++--- > push.c|4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) Good catch, patch approved. --

Re: [Openvpn-devel] [PATCH 1/1] Fix warning: format not a string literal and no format arguments

2011-02-17 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/02/11 22:55, Gilles Espinasse wrote: | Seen with gcc-4.4.5 and -Wformat -Wformat-security | | Signed-off-by: Gilles Espinasse | --- | options.c |6 +++--- | push.c|4 ++-- | 2 files changed, 5 insertions(+), 5

Re: [Openvpn-devel] [PATCH 1/1] Fix warning: format not a string literal and no format arguments

2011-02-16 Thread Peter Stuge
Gilles Espinasse wrote: > Seen with gcc-4.4.5 and -Wformat -Wformat-security > > Signed-off-by: Gilles Espinasse Acked-by: Peter Stuge

[Openvpn-devel] [PATCH 1/1] Fix warning: format not a string literal and no format arguments

2011-02-16 Thread Gilles Espinasse
Seen with gcc-4.4.5 and -Wformat -Wformat-security Signed-off-by: Gilles Espinasse --- options.c |6 +++--- push.c|4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/options.c b/options.c index 5f1efc5..208db30 100644 --- a/options.c +++