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)