mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
Merge pull request #393 from michael-loki/patch-1
Remove negative thread safety warning flag
This commit is contained in:
commit
4e9276e232
@ -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…
Reference in New Issue
Block a user