manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
133 stars 20 forks source link

Prepare for GCC 14 #104

Closed jamesjer closed 7 months ago

jamesjer commented 7 months ago

GCC 14 is going to be pickier about things like implicit return values, mismatched pointer types, and implicit conversions between pointers and ints. The Fedora project is trying to prepare for GCC 14:

This commit fixes several code issues that will be errors when GCC 14 is released:

manuel-serrano commented 7 months ago

Thank you so much. Your contribution helps.