mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 23:24:16 +00:00
c4848dbe9c
wxWigets 3.0 does stuff that is deprecated in C++20, namely bitwise operation between different enumeration types. wxWidgets 3.2 has widespread support and in fact 3.3 was release recently so 3.4 won't be that far off anymore either. Requiring 3.2 will allow us to do several cleanups. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>