Skip to content

Commit 938541b

Browse files
committed
ci: more fixes
1 parent 258dae4 commit 938541b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

include/libremidi/backends/pipewire/helpers.hpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
#include <atomic>
1212
#include <thread>
1313

14+
#if defined(__clang__)
15+
#pragma clang diagnostic push
16+
#pragma clang diagnostic ignored "-Wsign-compare"
17+
#endif
18+
1419
NAMESPACE_LIBREMIDI
1520
{
1621
struct pipewire_helpers
@@ -476,3 +481,7 @@ struct pipewire_helpers
476481
}
477482
};
478483
}
484+
485+
#if defined(__clang__)
486+
#pragma clang diagnostic pop
487+
#endif

0 commit comments

Comments
 (0)