From 320ef65362608ee1148c299d8d5d7618af34e470 Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Sun, 7 Nov 2021 08:50:18 -0500 Subject: New upstream version 0.17.0 --- src/utils/compiler_attributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/compiler_attributes.h') 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))) -- cgit v1.2.3