diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2026-01-17 13:11:12 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2026-01-17 13:11:12 +0000 |
| commit | 31939b4a96a60b16187f8498f214e56aee79cd28 (patch) | |
| tree | 29b97ed564360ca8b2b9953e39508b9b3fd9da87 /pkgs/development/python-modules/python-openstackclient | |
| parent | 47cbf58ba8082dfb1a5faf5d3650b552ef41307e (diff) | |
tnef: fix `gcc-15` build failure
Without the change the build fails on `master` as
https://hydra.nixos.org/build/318200761:
```
gcc -DHAVE_CONFIG_H -I. -g -O2 -c -o attr.o attr.c
attr.c:242:1: error: conflicting types for 'attr_read'; have 'Attr *(FILE *)'
242 | attr_read (FILE* in)
| ^~~~~~~~~
In file included from attr.c:29:
attr.h:72:14: note: previous declaration of 'attr_read' with type 'Attr *(void)'
72 | extern Attr* attr_read ();
| ^~~~~~~~~
```
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
0 files changed, 0 insertions, 0 deletions
