[imgui] Add new warning exception

This commit is contained in:
Gary Talent 2022-02-04 22:49:47 -06:00
parent 4e0cd1444d
commit 9af7eb2fd7

View File

@ -21,6 +21,7 @@ if(NOT MSVC)
-Wno-extra
-Wno-old-style-cast
-Wno-deprecated-declarations
-Wno-null-dereference
)
endif()