mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Build warnings are unfortunately very common in third-party packages. They’re difficult to reliably detect since packages don’t always build from source, and they can’t be whitelisted on a per-package basis since they’re all attributed to setuptools or an anonymous code string. Signed-off-by: Anders Kaseorg <anders@zulip.com>