core: Ignore GCC warning

This commit is contained in:
GPUCode
2023-12-13 21:48:14 +02:00
parent b62278d16e
commit 2e963dee02

View File

@ -128,6 +128,7 @@ else()
# GCC may warn when it ignores attributes like maybe_unused,
# which is a problem for older versions (e.g. GCC 11).
add_compile_options("-Wno-attributes")
add_compile_options("-Wno-interference-size")
endif()
if (MINGW)