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.
ADDITIONAL_COMPILE_FLAGS(gcc-style-warnings)
-Wno-psabi
1 parent 564fd62 commit 328dd52Copy full SHA for 328dd52
libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.pass.cpp
@@ -18,7 +18,7 @@
18
19
// Ignore diagnostic about vector types changing the ABI on some targets, since
20
// that is irrelevant for this test.
21
-// ADDITIONAL_COMPILE_FLAGS: -Wno-psabi
+// ADDITIONAL_COMPILE_FLAGS(gcc-style-warnings): -Wno-psabi
22
23
#include <atomic>
24
#include <cassert>
0 commit comments