Debian Patches
Status for wmget/0.6.1-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 01-fix-pre-ansi-function-declarations.patch | update pre-ANSI function definitions 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. . Use consistent, up-to-date function prototypes in wmget's option-parsing code. |
Jeremy Sowden <jeremy@azazel.net> | invalid | debian | 2025-02-27 | |
| 02-rename-CHAR_WIDTH-constant.patch | rename `CHAR_`-prefixed constants C23 includes a set of `_WIDTH` macros defining the width of all integer types in `<limits.h>`. wmget defines a set of `CHAR_`-prefixed constants including one called `CHAR_WIDTH`. GCC 15 defaults to C23, so this variable name will cause an FTBFS. . Rename the constants. |
Jeremy Sowden <jeremy@azazel.net> | invalid | debian | 2025-02-27 |
