Skip to content

Commit d4fbd67

Browse files
Update imgui: Fix Clang 21 uninitialized const pointer warning
1 parent bf3f2fc commit d4fbd67

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

Imgui/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ endif()
110110

111111
set_common_target_properties(Diligent-Imgui)
112112

113-
if(("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") AND (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 20.0))
114-
target_compile_options(Diligent-Imgui PUBLIC -Wno-nontrivial-memcall)
115-
endif()
116-
117113
target_include_directories(Diligent-Imgui
118114
PUBLIC
119115
interface

ThirdParty/imgui

0 commit comments

Comments
 (0)