From 9af7eb2fd758f85aa295bb4ed49abc1208f3bdf3 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 4 Feb 2022 22:49:47 -0600 Subject: [PATCH] [imgui] Add new warning exception --- deps/imgui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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()