Skip to content

Commit bfc84ca

Browse files
s/gnu::unused/maybe_unused/
1 parent c380f97 commit bfc84ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/integration/src/pthread/pthread_mutex_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ void multiple_waiters() {
187187
}
188188

189189
// Test the initializer
190-
[[gnu::unused]]
190+
[[maybe_unused]]
191191
static pthread_mutex_t test_initializer = PTHREAD_MUTEX_INITIALIZER;
192192

193193
TEST_MAIN() {

0 commit comments

Comments
 (0)