Actions
Bug #1964
openDiscarded 'const' qualifiers with glibc-2.43
Start date:
03/21/2026
Due date:
% Done:
0%
Estimated time:
Description
Apparently couple more libc functions now (with glibc-2.43) return const char pointer instead of just char pointer. This results in freeciv compilation spitting out a couple of "discarded 'const'" warnings.
Files
Actions
#1
Updated by Marko Lindqvist 1 day ago
- File 0019-Fix-compilation-against-glibc-2.43.patch 0019-Fix-compilation-against-glibc-2.43.patch added
- File 0007-Fix-compilation-against-glibc-2.43.patch 0007-Fix-compilation-against-glibc-2.43.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Apply also to branches S2_6 - S3_1 to keep them in compiling state.
Actions