mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[CMAKE] Globally add -Wno-format (#8352)
We've talked about doing this, We thought about doing this, we do it for half the modules when we sync them anyway. Let's just do it.
This commit is contained in:
@@ -184,12 +184,11 @@ add_compile_options(
|
||||
-Wno-unused-local-typedefs
|
||||
-Wno-deprecated
|
||||
-Wno-unused-result # FIXME To be removed when CORE-17637 is resolved
|
||||
-Wno-format
|
||||
-Wno-maybe-uninitialized
|
||||
)
|
||||
|
||||
if(ARCH STREQUAL "amd64")
|
||||
add_compile_options(-Wno-format)
|
||||
elseif(ARCH STREQUAL "arm")
|
||||
if(ARCH STREQUAL "arm")
|
||||
add_compile_options(-Wno-attributes)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user