teuben / nemo

a Stellar Dynamics Toolbox (Not Everybody Must Observe)
https://astronemo.readthedocs.io
GNU General Public License v2.0
56 stars 40 forks source link

Modern C: C11 or C99 #127

Open teuben opened 7 months ago

teuben commented 7 months ago

Few links to check if NEMO is now modern-C enough:

https://fedoraproject.org/wiki/Changes/PortingToModernC

https://interrupt.memfault.com/blog/a-modern-c-dev-env

teuben commented 5 months ago

case in point: Fedora40 ships with gcc-14 and it has several failures in NEMO due to "bad" old habits. They do already show up as warnings (-W...) in earlier versions of gcc, so nobody tells us we were not warned