File tree Expand file tree Collapse file tree
include/libremidi/backends/pipewire Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257257 fi
258258
259259 build_debian :
260- name : Debian ${{ matrix.distro }} ${{ matrix.library_mode }} ${{ matrix.boost && 'Boost' }}
260+ name : Debian ${{ matrix.distro }} ${{ matrix.library_mode }} ${{ matrix.cxx }} ${{ matrix. boost && 'Boost' }}
261261 runs-on : ubuntu-latest
262262 container :
263263 image : debian:${{ matrix.distro }}
Original file line number Diff line number Diff line change 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+
1419NAMESPACE_LIBREMIDI
1520{
1621struct pipewire_helpers
@@ -476,3 +481,7 @@ struct pipewire_helpers
476481 }
477482};
478483}
484+
485+ #if defined(__clang__)
486+ #pragma clang diagnostic pop
487+ #endif
You can’t perform that action at this time.
0 commit comments