Fix GCC 14 build on MinGW

This commit is contained in:
sm64-port-user 2024-11-15 01:58:49 +01:00 committed by GitHub
parent 733fafc0d9
commit 2b17d081c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,6 @@ SOFTWARE.
#define _CRT_SECURE_NO_WARNINGS
#undef __STRICT_ANSI__
#if defined(__clang__)
#if __has_feature(cxx_exceptions)