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 258dae4 commit 938541bCopy full SHA for 938541b
1 file changed
include/libremidi/backends/pipewire/helpers.hpp
@@ -11,6 +11,11 @@
11
#include <atomic>
12
#include <thread>
13
14
+#if defined(__clang__)
15
+ #pragma clang diagnostic push
16
+ #pragma clang diagnostic ignored "-Wsign-compare"
17
+#endif
18
+
19
NAMESPACE_LIBREMIDI
20
{
21
struct pipewire_helpers
@@ -476,3 +481,7 @@ struct pipewire_helpers
476
481
}
477
482
};
478
483
484
485
486
+ #pragma clang diagnostic pop
487
0 commit comments