mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
At least with -fno-semantic-interposition and LTO:
```
mvfst-2025.04.14.00/quic/api/QuicBatchWriter.h:54:7: error: virtual table of type ‘struct IOBufBatchWriter’ violates one definition rule [-Werror=odr]
54 | class IOBufBatchWriter : public BatchWriter {
| ^
mvfst-2025.04.14.00/quic/api/QuicBatchWriter.h:54:7: note: the conflicting type defined in another translation unit has virtual table with more entries
54 | class IOBufBatchWriter : public BatchWriter {
| ^
```
Given our bugs don't tend to go far upstream, just filter.
Signed-off-by: Sam James <sam@gentoo.org>