April 6, 2026
6:48 p.m.
Recent (at least >= 15.2) GCC changes enabled -Wdiscarded-qualifier by default.
Actually it's a glibc change that's causing the warnings. Most of the fixes look good, but please don't add casts, the code should be fixed instead to not need to cast away the const. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10540#note_135158