File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88env :
9- SDK_VERSION_STANDALONE : 1.3.275 .0
10- SDK_VERSION_REPO : 1.3.275
9+ SDK_VERSION_STANDALONE : 1.4.309 .0
10+ SDK_VERSION_REPO : 1.4.309
1111
1212jobs :
1313 Linux :
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Clang"
6262 add_compile_options (-Wall -Wextra -Wuninitialized )
6363 add_compile_options (-Wshadow -Wpedantic -Wcast-align -Wwrite-strings )
6464 add_compile_options (-Wmissing-declarations -Wvla )
65- add_compile_options (-Werror -Wno-error=deprecated-declarations -Wno-error=unused-parameter -Wno-error=unused-variable -Wno-error=unused-result )
65+ add_compile_options (-Werror -Wno-error=deprecated-declarations -Wno-error=unused-parameter -Wno-error=unused-variable -Wno-error=unused-result -Wno-error=shadow )
6666endif ()
6767
6868# Compiler warnings specific to GCC or Clang
You can’t perform that action at this time.
0 commit comments