nixpkgs/pkgs/os-specific/linux/libpsm2
Sergei Trofimovich 035a6e805f libpsm2: disable blanket -Werror (gcc-11 fix)
Without the change gcc-11 build fails as:

```
$ nix-build -E 'with import ./. {}; libpsm2.override { stdenv = gcc11Stdenv; }
...
/build/source/include/linux-x86_64/sysdep.h:146:9:
  error: array subscript 'struct xchg_dummy[0]'
    is partly outside array bounds of 'psmi_lock_t[1]'
```
2021-09-20 20:14:47 +01:00
..
default.nix libpsm2: disable blanket -Werror (gcc-11 fix) 2021-09-20 20:14:47 +01:00