From bfcac0170077f3fb9c20489112dd7fa0245ddd8c Mon Sep 17 00:00:00 2001 From: Honkazel <169346573+Honkazel@users.noreply.github.com> Date: Sun, 2 Feb 2025 23:40:12 +0500 Subject: [PATCH] cmake: silence reorder for now 27 of them... Damn --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca2591c..67c6c03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,8 @@ add_compile_options( -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing - -Wno-pointer-arith) + -Wno-pointer-arith + -Wno-reorder) set(CMAKE_EXPORT_COMPILE_COMMANDS TRUE) if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)