summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2026-01-15 22:30:20 +0000
committerSergei Trofimovich <slyich@gmail.com>2026-01-15 22:30:20 +0000
commit792a60c3f134e841d3823194637763c425155384 (patch)
tree7769bcc09c6349d929485d22ecc119d9d50a6299 /pkgs/development/python-modules/python-openstackclient
parentc08a956b02e78539026ed08193315de1ee6f5b83 (diff)
stag: fix `gcc-15` build (drom `-Werror`)
Without the change `stag` build fails on `master` as: $ nix build --no-link -f. -L stag stag> view.c:55:26: error: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (10 chars into 9 available) [-Werror=unterminated-string-initialization] stag> 55 | char unitprefixes[9] = " KMGTPEZY"; stag> | ^~~~~~~~~~~ stag> cc1: all warnings being treated as errors stag> make: *** [Makefile:12: stag] Error 1 Blanket `-Werror` is usually prone to failure on new compiler versions. Let's drom `-Werror`.
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
0 files changed, 0 insertions, 0 deletions