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 9b0cff4 commit ad8f2e7Copy full SHA for ad8f2e7
libc/test/integration/src/pthread/pthread_exit_test.cpp
@@ -29,7 +29,10 @@ class A {
29
}
30
};
31
32
+#pragma GCC diagnostic push
33
+#pragma GCC diagnostic ignored "-Wglobal-constructors"
34
thread_local A thread_local_a(123);
35
+#pragma GCC diagnostic pop
36
37
void *func(void *) {
38
// Touch the thread local variable so that it gets initialized and a callback
0 commit comments