isle/3rdparty
Anonymous Maarten fbe7f8bbb0
Fix all mingw errors & warnings (#411)
* Use COMPAT_MODE macro to fix errors with mingw gcc 12.2

* MxOmni::m_timerRunning is a MxBool

* MxDirect3D::m_unk0x88c is a MxBool

* MxBackgroundAudioManager::m_unk0x13c is a MxS32

* Fix warning: deleting 'void*' is undefined [-Wdelete-incomplete]

* Fix inline function 'void TglImpl::RendererImpl::Destroy()' used but never defined

* Fix warning: inline function 'MxStreamerSubClass1::MxStreamerSubClass1(undefined4)' used but never defined

* Use `FALSE` for m_timerRunning

* Format

* Format

* Remove comment

* Limit scope for variables in compat mode

* clang-format

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
2024-01-07 18:30:45 +01:00
..
dx5 Fix all mingw errors & warnings (#411) 2024-01-07 18:30:45 +01:00
flic Fixes for building isle with mingw on Linux (#410) 2024-01-06 18:56:15 +01:00
smack Fixes for building isle with mingw on Linux (#410) 2024-01-06 18:56:15 +01:00
smartheap Fix SmartHeap files (#90) 2023-07-16 09:27:30 -07:00
vec implement/match CalcLocalTransform (#241) 2023-10-24 14:27:24 +02:00