On 23.02.26 12:22, Bertrand Drouvot wrote:
I can see a "volatile" one though:

vacuum.c:1885:46: warning: cast discards ‘volatile’ qualifier from pointer 
target type [-Wcast-qual]

worth to "fix" like in the attached while at it? (It's not really a fix as it
moves the warning from vacuum.c to c.h, but that's consistent with 481018f2804).

That fix looks correct. But my patch says it's making changes only without use unconstify and the like. To fix all -Wcast-qual warnings, you'd need more changes like that, which I'm not currently proposing.



Reply via email to