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 5a51e7b commit dc35446Copy full SHA for dc35446
src/loader/CMakeLists.txt
@@ -79,6 +79,10 @@ else()
79
PRIVATE
80
${PROJECT_SOURCE_DIR}/src/external/jsoncpp/include
81
)
82
+ if(SUPPORTS_Werrorunusedparameter)
83
+ # Don't error on this - triggered by jsoncpp
84
+ target_compile_options(openxr_loader PRIVATE -Wno-unused-parameter)
85
+ endif()
86
endif()
87
set_target_properties(openxr_loader PROPERTIES FOLDER ${LOADER_FOLDER})
88
0 commit comments