mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 21:35:46 +00:00
missing-declarations
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
4e07c4b5fe
commit
8d5f1b88ea
1 changed files with 1 additions and 0 deletions
|
@ -503,6 +503,7 @@ CPMAddPackage("gh:stachenov/quazip@1.5")
|
||||||
target_compile_options(QuaZip
|
target_compile_options(QuaZip
|
||||||
PRIVATE
|
PRIVATE
|
||||||
-Wno-error=shadow
|
-Wno-error=shadow
|
||||||
|
-Wno-error=missing-declarations
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(yuzu PRIVATE QuaZip::QuaZip)
|
target_link_libraries(yuzu PRIVATE QuaZip::QuaZip)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue