summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-10-16 08:14:48 +0100
committerSergei Trofimovich <slyich@gmail.com>2023-10-16 08:17:10 +0100
commitb9a38bf4f2dae7fe2f72975b15ba10bb70bf3aec (patch)
tree25b7330d9bd64c69bdd1fd0d05aa7723072c98b5 /pkgs/development/python-modules/rangehttpserver
parentb78c85fff7fd91c1d326b4a07979e151b5a10411 (diff)
monotone: fix build for upcoming gcc-14
Without the change build fails as: In file included from /<<NIX>>/gcc-14.0.0/include/c++/14.0.0/limits:42, from <stdin>:1: /<<NIX>>/gcc-14.0.0/include/c++/14.0.0/x86_64-unknown-linux-gnu/bits/c++config.h:668:2: warning: #warning "__STRICT_ANSI__ seems to have been undefined; this is not supported" [-Wcpp] 668 | #warning "__STRICT_ANSI__ seems to have been undefined; this is not supported" | ^~~~~~~ /<<NIX>>/gcc-14.0.0/include/c++/14.0.0/limits:2100:30: error: exponent has no digits 2100 | return __extension__ 0x1.0p-16382Q; | ^~~~~~ /<<NIX>>/gcc-14.0.0/include/c++/14.0.0/limits:2114:30: error: exponent has no digits 2114 | return __extension__ 0x1.ffffffffffffffffffffffffffffp+16383Q; gcc upstream confirms unsetting __STRICT_ANSI__ is an unsupported configuration: https://gcc.gnu.org/PR111824
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions