Remove negative thread safety warning flag

This is experimental, and has a bunch of false positives.
pull/393/head
michael-loki 5 years ago committed by GitHub
parent b525272f24
commit 8ada001bc9
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