aboutsummaryrefslogtreecommitdiff
path: root/src/utils/compiler_attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/compiler_attributes.h')
-rw-r--r--src/utils/compiler_attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/compiler_attributes.h b/src/utils/compiler_attributes.h
index e122426..09f0035 100644
--- a/src/utils/compiler_attributes.h
+++ b/src/utils/compiler_attributes.h
@@ -165,7 +165,7 @@
// int p1_ LIBGAV1_GUARDED_BY(mu_);
// ...
// };
-// TODO(b/132506370): this can be reenabled after a local MutexLock
+// TODO(b/133245043): this can be reenabled after a local MutexLock
// implementation is added with proper thread annotations.
#if 0 // LIBGAV1_HAS_ATTRIBUTE(guarded_by)
#define LIBGAV1_GUARDED_BY(x) __attribute__((guarded_by(x)))