Closed AHSauge closed 6 months ago
Compiling the code with GCC14 this particular line triggers calloc-transposed-args since the size is provided as the first argument. The order of arguments for calloc is number and then size.
Thanks
Compiling the code with GCC14 this particular line triggers calloc-transposed-args since the size is provided as the first argument. The order of arguments for calloc is number and then size.