Typo "delcarion" in summary line

On Wed, Aug 24, 2022 at 06:57:18PM +0200, Arne Schwabe wrote:
>   Error: test_provider.c(74): error C2099: initializer is not a constant
> 
> Fix this issue by making the const char* to const char[]. This is probably
> of one the weird array decay corner cases
> 
> I could not find another/better way around this issue. Godbolt link to try:
> 
> https://godbolt.org/z/s3aPb9q8q

Do we really need that link here?

> This error only occurs when building unit tests with windows which our

Probably better MSVC instead of Windows. Or "MSVC on Windows".

> normal build system does not do but my out of tree cmake build script
> tries and fails

Actual change is trivial so

Acked-By: Frank Lichtenheld <fr...@lichtenheld.com>

Regards,
-- 
  Frank Lichtenheld


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to