mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 08:32:14 +08:00
[CMAKE] gcc.cmake: Disable GCC 13 nonnull-compare warnings
This commit is contained in:
@@ -185,6 +185,7 @@ add_compile_options(
|
||||
-Wno-unused-result # FIXME To be removed when CORE-17637 is resolved
|
||||
-Wno-format
|
||||
-Wno-maybe-uninitialized
|
||||
-Wno-nonnull-compare
|
||||
)
|
||||
|
||||
if(ARCH STREQUAL "arm")
|
||||
|
||||
Reference in New Issue
Block a user