mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-05 07:04:46 +00:00
cffi uses a technique to find the offset of a struct that causes newer clangs to issue a warning regarding null pointer subtraction. This patch silences the warning, so cffi can build.