We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40effc7 commit bb46c0bCopy full SHA for bb46c0b
libc/src/__support/threads/linux/raw_mutex.h
@@ -20,7 +20,6 @@
20
21
#ifndef LIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY
22
#define LIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY 1
23
-#warning "LIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY is not defined, defaulting to 1"
24
#endif
25
26
#if LIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY
@@ -29,8 +28,6 @@
29
28
30
#ifndef LIBC_COPT_RAW_MUTEX_DEFAULT_SPIN_COUNT
31
#define LIBC_COPT_RAW_MUTEX_DEFAULT_SPIN_COUNT 100
32
-#warning \
33
- "LIBC_COPT_RAW_MUTEX_DEFAULT_SPIN_COUNT is not defined, defaulting to 100"
34
35
36
namespace LIBC_NAMESPACE_DECL {
0 commit comments