mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Disable compiler thread safety analysis
This commit is contained in:
parent
1aa75e1705
commit
8dc261fcf2
|
@ -78,6 +78,8 @@ if(NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
|
|||
add_flag("-Wno-sign-compare")
|
||||
add_flag("-Wno-sign-conversion")
|
||||
add_flag("-Wno-tautological-constant-out-of-range-compare")
|
||||
# Our use of mutexes results in a false positive, see 1bbe446
|
||||
add_flag("-Wno-thread-safety-analysis")
|
||||
add_flag("-Wno-type-limits")
|
||||
add_flag("-Wno-undef")
|
||||
add_flag("-Wno-unreachable-code")
|
||||
|
|
Loading…
Reference in New Issue
Block a user