From ecd20db0e1d4159dba0d455e135de2f0dd34a214 Mon Sep 17 00:00:00 2001 From: Honkazel <169346573+Honkazel@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:38:35 +0500 Subject: [PATCH] cmake: re-enable wreorder --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67c6c03..ca2591c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,7 @@ add_compile_options( -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing - -Wno-pointer-arith - -Wno-reorder) + -Wno-pointer-arith) set(CMAKE_EXPORT_COMPILE_COMMANDS TRUE) if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)