mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 23:19:57 +01:00
cmake: Suppress -Wpsabi warnings when building with GCC
This commit is contained in:
parent
bc1edd1f1a
commit
14e8ee7fe3
@ -136,6 +136,9 @@ else()
|
|||||||
# which is a problem for older versions (e.g. GCC 11).
|
# which is a problem for older versions (e.g. GCC 11).
|
||||||
add_compile_options("-Wno-attributes")
|
add_compile_options("-Wno-attributes")
|
||||||
add_compile_options("-Wno-interference-size")
|
add_compile_options("-Wno-interference-size")
|
||||||
|
# Suppress irrelevant ABI warnings generated by GCC
|
||||||
|
add_compile_options("-Wno-psabi")
|
||||||
|
add_link_options("-Wno-psabi")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (MINGW)
|
if (MINGW)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user