Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes issue encountered with GCC 14.1: ``` g6lib.c:112:8: error: return type defaults to 'int' [-Wimplicit-int] 112 | inline clear_i_particle(g6_i_particle * particle) { | ^~~~~~~~~~~~~~~~ make: *** [g6lib.o] Error 1 ```
- Loading branch information