We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd4b60 commit 3167ff5Copy full SHA for 3167ff5
1 file changed
externals/tinyxml2/CMakeLists.txt
@@ -15,6 +15,8 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
15
target_compile_options_safe(tinyxml2 -Wno-zero-as-null-pointer-constant)
16
target_compile_options_safe(tinyxml2 -Wno-format-nonliteral)
17
target_compile_options_safe(tinyxml2 -Wno-inconsistent-missing-destructor-override)
18
+ target_compile_options_safe(tinyxml2 -Wno-sign-conversion)
19
+ target_compile_options_safe(tinyxml2 -Wno-double-promotion)
20
endif()
21
if(CYGWIN)
22
target_compile_definitions(-D_LARGEFILE_SOURCE) # required for fseeko() and ftello()
0 commit comments