isle/ISLE
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
..
res Yet another CMake implementation (#61) 2023-06-29 16:39:02 -07:00
define.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
define.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
isleapp.cpp Fix all mingw errors & warnings (#411) 2024-01-07 18:30:45 +01:00
isleapp.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00