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 fd74002 commit e082187Copy full SHA for e082187
orbbec_camera/CMakeLists.txt
@@ -13,7 +13,7 @@ option(USE_NV_HW_DECODER "Use Nvidia hardware decoder" OFF)
13
14
15
if (CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
16
- add_compile_options(-Wall -Wextra -Werror -Wno-pedantic)
+ add_compile_options(-Wall -Wextra -Werror -Wno-pedantic -Wno-array-bounds)
17
endif ()
18
19
# find dependencies
0 commit comments