diff --git a/deps/imgui/CMakeLists.txt b/deps/imgui/CMakeLists.txt index e3599319..e70e0b5a 100644 --- a/deps/imgui/CMakeLists.txt +++ b/deps/imgui/CMakeLists.txt @@ -21,6 +21,7 @@ if(NOT MSVC) -Wno-extra -Wno-old-style-cast -Wno-deprecated-declarations + -Wno-null-dereference ) endif()