We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2858602 commit 5424da3Copy full SHA for 5424da3
cppapi/server/idl/CMakeLists.txt
@@ -82,7 +82,7 @@ else(WIN32)
82
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
83
target_compile_options(idl_objects PRIVATE -Wno-maybe-uninitialized -Wno-unused-parameter)
84
elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
85
- target_compile_options(idl_objects PRIVATE -Wno-sometimes-uninitialized -Wno-unused-variable)
+ target_compile_options(idl_objects PRIVATE -Wno-sometimes-uninitialized -Wno-unused-variable -Wno-unused-parameter)
86
endif()
87
88
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/tango.h DESTINATION "${CMAKE_INSTALL_FULL_INCLUDEDIR}/tango/idl")
0 commit comments