Skip to content

Fix compilation with GCC 10, <3 @SpiKe, fix #140

Thomas Debesse requested to merge illwieckz/gcc10 into master

It is known to build on:

  • Linux Ubuntu 20.04 with GCC 10.0.1
  • Linux Ubuntu 20.04 with GCC 9.3.0
  • Linux Ubuntu 18.04.1 with GCC 7.5.0
  • FreeBSD 12 with Clang 6.0.1
  • Windows 10.0.18362 with GCC 9.2.0 (MSYS2/Mingw64)

I haven't tested the build themselves.

@SpiKe can you build this and compile a map?

Don't forget to update submodules after having checked out the branch:

git fetch
git checkout 'illwieckz/gcc10'
git submodule update --init --recursive
Edited by Thomas Debesse

Merge request reports