diff options
| author | lassulus <git@lassul.us> | 2026-01-11 01:49:48 +0100 |
|---|---|---|
| committer | lassulus <git@lassul.us> | 2026-01-11 01:49:48 +0100 |
| commit | 807b01da820ed3793b4a4545bf29cf14cc4c5801 (patch) | |
| tree | 4fa2153a7cbfdbe8cb07393268f207a82062e52a /pkgs/development/python-modules/python-openstackclient | |
| parent | 71f588872cd62512f91399bd01c5cf5d4126a6bb (diff) | |
ucspi-tcp: fix build with GCC 14
Uses K&R C style function declarations (e.g., `extern int wait_nohang();`)
which GCC 14+ treats as `(void)`, causing 'too many arguments' errors.
Adding -std=gnu89 restores the pre-C23 behavior where empty parameter
lists mean unspecified parameters.
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
0 files changed, 0 insertions, 0 deletions
