mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 01:45:47 +00:00
CMakeLists: Enable -Wmissing-declarations on Linux builds
Allows catching cases where internal linkage isn't specified for helper functions when they should be marked as such.
This commit is contained in:
parent
7a4ed2581d
commit
09eb6f9991
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ else()
|
|||
-Werror=implicit-fallthrough
|
||||
-Werror=reorder
|
||||
-Wextra
|
||||
-Wmissing-declarations
|
||||
-Wno-attributes
|
||||
-Wno-unused-parameter
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue