mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-22 11:44:17 +01:00
The fmt code pushes a pragma option, and later pops is. The intrinsics code interacts with it via the __OPTIMIZE__ macro. This has been set by the pragma option push, but not unset/reset to the original with the pop. Since the pragma is only used for the GCC compiler (not Clang, not MSVC, not ICC) and in debug mode, just remove the whole pragma handling for it.
The files in this directory are not licensed under the same terms as the rest of OpenTTD. Licensing details can be found in OpenTTD's README.md and in this directory or subdirectories as well.