KineticPreProcessor / KPP

The KPP kinetic preprocessor is a software tool that assists the computer simulation of chemical kinetic systems
GNU General Public License v3.0
22 stars 11 forks source link

Update function prototypes to avoid compiler warnings with GCC 13 #103

Closed yantosca closed 3 months ago

yantosca commented 3 months ago

This is the companion PR to #102. We have updated the function prototypes for the following functions to avoid compiler warnings:

RolfSander commented 3 months ago

Thanks for the fix, @yantosca! To be honest, I don't really understand why this has worked so far. In kpp.c we call Generate(rootFileName) with one argument but the function in gen.c was defined without any dummy arguments. Strange.