Skip to content

Commit b2b889d

Browse files
committed
Merge branch 'master' of github.com:ngscopeclient/scopehal-apps
2 parents 468a93c + 9f2d72b commit b2b889d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
workflow_dispatch:
77

88
env:
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

1212
jobs:
1313
Linux:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
6666
endif()
6767

6868
# Compiler warnings specific to GCC or Clang

0 commit comments

Comments
 (0)