> On Jan 20, 2026, at 15:54, Peter Eisentraut <[email protected]> wrote:
> 
> This patch fixes cases where a qualifier (const, in all cases here) was 
> dropped by a cast, but the cast was otherwise necessary or desirable, so the 
> straightforward fix is to add the qualifier into the cast.
> 
> This was checked with gcc -Wcast-qual, but it doesn't fix all such warnings, 
> only the trivially fixable 
> ones.<0001-Fix-accidentally-cast-away-qualifiers.patch>

Looks good to me. All changes are const-correctness fixes without semantic 
changes.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/






Reply via email to