iraf-community / x11iraf

X11/GUI utilities and applications for IRAF (xgterm, ximtool, xtapemon)
https://iraf-community.github.io/x11iraf
21 stars 8 forks source link

Fix types and prototypes for gcc-14 #67

Closed olebole closed 3 weeks ago

olebole commented 1 month ago

GCC 14 changes many warnings about incompatible pointer types into errors by default, see f.e. Debian#1075648. This PR will adjust the sources accordingly.

Main task here is to add function prototypes with parameters.