diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-01-28 20:17:26 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-01-28 20:17:26 +0000 |
| commit | 23f28ec0a9d4b5c743df2a5a5ad2ab5088fbcbbe (patch) | |
| tree | d6971a7681f22987d1ce70bdcbdc8fab4b682b9d /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 15fcb26b3c43d93f3192a0e7d0720615c3104967 (diff) | |
wordnet: fix build on `clang-16`
Without the change build fails on `darwin` by default and on `linux`
when `clang` is used explicitly:
$ nix build --impure --expr 'with import <nixpkgs> {}; wordnet.override { stdenv = clangStdenv; }' -L
...
wordnet> wn.c:132:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
wordnet> main(int argc,char *argv[])
wordnet> ^
wordnet> int
The change disables warnings turned to errors on clang-16+.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
