mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
tsan-rt: silence a -Wunused-const-variable
This commit is contained in:
@@ -128,7 +128,9 @@ const int SIGSYS = 12;
|
||||
const int SIGBUS = 7;
|
||||
const int SIGSYS = 31;
|
||||
#endif
|
||||
#if SANITIZER_HAS_SIGINFO
|
||||
const int SI_TIMER = -2;
|
||||
#endif
|
||||
void *const MAP_FAILED = (void*)-1;
|
||||
#if SANITIZER_NETBSD
|
||||
const int PTHREAD_BARRIER_SERIAL_THREAD = 1234567;
|
||||
|
||||
Reference in New Issue
Block a user