Skip to content

Commit 50b2870

Browse files
fix warnings in options lib
1 parent 9556cff commit 50b2870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "libs/cxxopts"]
22
path = libs/cxxopts
3-
url = git@github.com:jarro2783/cxxopts.git
3+
url = git@github.com:NikolasK-source/cxxopts.git

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function(clangwarn)
143143
target_compile_options(${Target} PUBLIC -Wno-nested-anon-types)
144144
target_compile_options(${Target} PUBLIC -Wno-gnu-anonymous-struct)
145145
target_compile_options(${Target} PUBLIC -Wno-reserved-id-macro)
146-
146+
target_compile_options(${Target} PUBLIC -Wno-deprecated-copy-with-dtor)
147147
endfunction()
148148

149149
if(COMPILER_WARNINGS)

0 commit comments

Comments
 (0)