Open maxxk opened 4 years ago
Clang rejects "return value" from void function when building for Python 2:
error: void function 'init_pyfribidi' should not return a value [-Wreturn-type]
Patched in NixOS: https://github.com/NixOS/nixpkgs/pull/80838
Thanks @maxxk
Clang rejects "return value" from void function when building for Python 2:
Patched in NixOS: https://github.com/NixOS/nixpkgs/pull/80838