[Openvpn-devel] [PATCH applied] Re: work around false positive warning with mingw 12

2023-07-06 Thread Gert Doering
Test compiled on Linux and FreeBSD, just to get two more compiler's opinions... Your patch has been applied to the master and release/2.6 branch. commit d559affd313a8f995db15908887fbc8f16a24659 (master) commit cbf295ab42affcbdc09261cf3a39eb1d3d9f9cb2 (release/2.6) Author: Heiko Hund Date: Thu J

Re: [Openvpn-devel] [PATCH] work around false positive warning with mingw 12

2023-07-06 Thread Arne Schwabe
Am 06.07.23 um 19:19 schrieb Heiko Hund: When cross compiling for Windows with Ubuntu 23.04 mingw complains about route.c:344:26: warning: ‘special.S_un.S_addr’ may be used uninitialized which is wrong technically. However the workaround isn't really intrusive and while there are other warni

[Openvpn-devel] [PATCH] work around false positive warning with mingw 12

2023-07-06 Thread Heiko Hund
When cross compiling for Windows with Ubuntu 23.04 mingw complains about route.c:344:26: warning: ‘special.S_un.S_addr’ may be used uninitialized which is wrong technically. However the workaround isn't really intrusive and while there are other warnings caused by libtool, the cmake mingw build

[Openvpn-devel] [PATCH applied] Re: CMake: Support doc builds on Windows machines that do not have .py file association

2023-07-06 Thread Gert Doering
Your patch has been applied to the master branch. commit 22213a8834ba5ba5c9818015730edbf3766ad915 Author: Frank Lichtenheld Date: Tue Jul 4 15:09:02 2023 +0200 CMake: Support doc builds on Windows machines that do not have .py file association Signed-off-by: Frank Lichtenheld

Re: [Openvpn-devel] [PATCH] GHA: Add work-around for rst2*.py not being directly executable on Windows

2023-07-06 Thread Lev Stipakov
I had this problem on both arm64 and x64 machines and CMake patch fixed it. So I'd also go with that. to 6. heinäk. 2023 klo 13.46 Arne Schwabe (a...@rfc2549.org) kirjoitti: > > Am 06.07.23 um 12:21 schrieb Frank Lichtenheld: > > On Thu, Jul 06, 2023 at 12:04:07PM +0200, Frank Lichtenheld wrote: >

Re: [Openvpn-devel] [PATCH] GHA: Add work-around for rst2*.py not being directly executable on Windows

2023-07-06 Thread Arne Schwabe
Am 06.07.23 um 12:21 schrieb Frank Lichtenheld: On Thu, Jul 06, 2023 at 12:04:07PM +0200, Frank Lichtenheld wrote: We write a small .bat file wrapper and then force CMake to use that. Note that we need to specify the path with / instead of \ as path separator because otherwise run-cmake action

Re: [Openvpn-devel] [PATCH] GHA: Add work-around for rst2*.py not being directly executable on Windows

2023-07-06 Thread Frank Lichtenheld
On Thu, Jul 06, 2023 at 12:04:07PM +0200, Frank Lichtenheld wrote: > We write a small .bat file wrapper and then force CMake > to use that. > > Note that we need to specify the path with / instead of \ > as path separator because otherwise run-cmake action will > mangle it. > > Change-Id: I05d3f7

[Openvpn-devel] [PATCH] GHA: Add work-around for rst2*.py not being directly executable on Windows

2023-07-06 Thread Frank Lichtenheld
We write a small .bat file wrapper and then force CMake to use that. Note that we need to specify the path with / instead of \ as path separator because otherwise run-cmake action will mangle it. Change-Id: I05d3f7f3f7f7418d1977e523c6dcfb6fa5feb604 Signed-off-by: Frank Lichtenheld --- .github/w