Skip to content

This cleans up the "easy" warning fixes which can be made using my

Thomas E. Dickey requested to merge dickey/libxt:fix-implied-conversions into master

Regress script, comparing object-files before/after the edits:

https://invisible-island.net/ansification/index.html
https://invisible-island.net/scripts/readme.html

The changes are casts, which quiet the gcc warnings about implicit conversion that my "gcc-normal" script would show. I avoided reformatting the code.

The change reduces the number of gcc warnings from 769 to 163.

Signed-off-by: Thomas E. Dickey dickey@invisible-island.net

Merge request reports