Skip to content

Fix MinGW compatibility issues

Indeed, it looks like MinGW doesn't like va_list args to be passed as function arguments. I don't have access to Windows or MinGW right now, but after reading this:

http://www.tcl.tk/cgi-bin/tct/tip/422.html

It's all clearer now, and more importantly, the MinGW pipeline doesn't fail anymore.

Merge request reports