Merge pull request #393 from michael-loki/patch-1

Remove negative thread safety warning flag
pull/396/head
Jeff 6 years ago committed by GitHub
commit 4e9276e232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,7 +74,7 @@ add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-fpermissive>)
add_compile_options(-Wno-unused-function -Wno-deprecated-declarations -Wno-unknown-pragmas)
if (USING_CLANG)
add_compile_options(-Wthread-safety -Wthread-safety-negative)
add_compile_options(-Wthread-safety)
endif()
if (WITH_COVERAGE)

Loading…
Cancel
Save