mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 06:22:33 -07:00
CMakeLists: Make missing declarations a compile-time error
Ensures that our code always has its linkage explicit.
This commit is contained in:
@@ -54,6 +54,7 @@ else()
|
||||
add_compile_options(
|
||||
-Wall
|
||||
-Werror=implicit-fallthrough
|
||||
-Werror=missing-declarations
|
||||
-Werror=reorder
|
||||
-Wextra
|
||||
-Wmissing-declarations
|
||||
|
Reference in New Issue
Block a user