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 9556cff commit 50b2870Copy full SHA for 50b2870
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "libs/cxxopts"]
2
path = libs/cxxopts
3
- url = git@github.com:jarro2783/cxxopts.git
+ url = git@github.com:NikolasK-source/cxxopts.git
CMakeLists.txt
@@ -143,7 +143,7 @@ function(clangwarn)
143
target_compile_options(${Target} PUBLIC -Wno-nested-anon-types)
144
target_compile_options(${Target} PUBLIC -Wno-gnu-anonymous-struct)
145
target_compile_options(${Target} PUBLIC -Wno-reserved-id-macro)
146
-
+ target_compile_options(${Target} PUBLIC -Wno-deprecated-copy-with-dtor)
147
endfunction()
148
149
if(COMPILER_WARNINGS)
0 commit comments