mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-11 18:18:58 +02:00
fixup -Werror=missing-declarations
This commit is contained in:
parent
a54c6dcb06
commit
bb3dc3f315
1 changed files with 4 additions and 0 deletions
|
|
@ -136,6 +136,10 @@ else()
|
|||
-Wno-unused-parameter
|
||||
-Wno-missing-field-initializers
|
||||
)
|
||||
# iOS clang doesn't like this specific option
|
||||
if (NOT IOS)
|
||||
add_compile_options(-Werror=missing-declarations)
|
||||
endif()
|
||||
|
||||
if (CXX_CLANG OR CXX_ICC OR CXX_APPLE) # Clang, AppleClang, or Intel C++
|
||||
if (NOT MSVC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue