Re: [Openvpn-devel] [PATCH] Enable pedantic in windows compilation

2012-03-30 Thread David Sommerseth
On 28/03/12 20:43, Alon Bar-Lev wrote: > Apparently -ansi undef WIN32 macro. > > Signed-off-by: Alon Bar-Lev > --- > configure.ac |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > ACK! Applied to master branches on -testing and -stable trees. commit 31444111839f0720d6173a71f6

[Openvpn-devel] [PATCH] Enable pedantic in windows compilation

2012-03-28 Thread Alon Bar-Lev
Apparently -ansi undef WIN32 macro. Signed-off-by: Alon Bar-Lev --- configure.ac |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index d217343..ef34697 100644 --- a/configure.ac +++ b/configure.ac @@ -886,7 +886,8 @@ fi if test "${enable_p