The i586-mingw32msvc build fails since
e527cccb because
i586-mingw32msvc-gcc is based on GCC 4.2 which apparently is too old to
have good enough C99 support.
More specifically, it doesn't build since the compiler emits a "C99
inline functions are not supported; using GNU89" warning, and we use
-Werror.
matrix:
include:
- - os: linux
- compiler: i586-mingw32msvc-gcc
- env: HOST="--host=i586-mingw32msvc" TEST="test/main.exe"
+# - os: linux
+# compiler: i586-mingw32msvc-gcc
+# env: HOST="--host=i586-mingw32msvc" TEST="test/main.exe"
- os: linux
compiler: clang
env: CFLAGS="-fsanitize=address -g" ASAN_OPTIONS="detect_leaks=0"