Debian Patches
Status for wmcalclock/1.26-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01-fix-pre-ansi-function-declarations.patch | remove pre-ANSI function declarations Pre-ANSI function declarators which do not declare their parameters have been removed in C23 and the syntax reused for declaring functions with no parameters (like C++). GCC 15 defaults to C23, so these declarators will cause an FTBFS. . Update the function definitions to have ANSI prototypes where these are missing, make them static and replace the obsolete declarations with modern equivalents. |
Jeremy Sowden <jeremy@azazel.net> | invalid | debian | 2025-02-27 |