diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2021-09-29 08:08:51 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2021-09-29 08:10:57 +0100 |
| commit | d9015f0986b0a840a2793920b81f6dfa98f26d30 (patch) | |
| tree | ee8c04851d9ce0965bd223d25a3a3f78c8fe924a /pkgs/development/python-modules/rangehttpserver | |
| parent | 42d7abfe9cb723757a758e55970d75668a161ef5 (diff) | |
fluxbox: fix build on gcc-11 (c++17 compat)
On gcc-11 build fails as:
$ nix-build -E 'with import ./. { }; fluxbox.override { stdenv = gcc11Stdenv; }'
util/fluxbox-remote.cc: In function 'int main(int, char**)':
util/fluxbox-remote.cc:76:32:
error: ordered comparison of pointer with integer zero ('unsigned char*' and 'int')
76 | && text_prop.value > 0
| ~~~~~~~~~~~~~~~~^~~
The change pull upstream fix.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
