diff options
author | Ryan Ofsky <ryan@ofsky.org> | 2024-06-11 15:50:21 -0400 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-06-21 09:42:32 +0100 |
commit | 79e197b17536b52647599ad9b3f09d2556f14385 (patch) | |
tree | 83e9bde85cfe029a99e656f6accb5feb6467105e /.tx | |
parent | a961ad1bebc54912b88d072abf22ab7d3cf46bf1 (diff) |
build: Suppress warnings from boost and capnproto in multiprocess code
Without this change there are errors from boost like:
/ci_container_base/depends/i686-pc-linux-gnu/include/boost/signals2/expired_slot.hpp:23:28: error: 'what' overrides a member function but is not marked 'override' [-Werror,-Wsuggest-override]
/ci_container_base/depends/i686-pc-linux-gnu/include/boost/signals2/detail/signal_template.hpp:750:32: error: 'lock_pimpl' overrides a member function but is not marked 'override' [-Werror,-Wsuggest-override]
/ci_container_base/depends/i686-pc-linux-gnu/include/boost/signals2/connection.hpp:150:22: error: 'connected' overrides a member function but is not marked 'override' [-Werror,-Wsuggest-override]
There do not seem to be errors from capnproto currently, but add a suppression
for it, too, to be consistent with other libraries.
Diffstat (limited to '.tx')
0 files changed, 0 insertions, 0 deletions