Closed rwmjones closed 3 months ago
Fix miscellaneous GCC warnings. In particular this causes the compile to fail when using configure --enable-compile-warnings=error and using a recent version of GCC.
configure --enable-compile-warnings=error
LGTM
Thanks for these fixes, @rwmjones I completely missed the fact the the args to reallocarray() in augprint.c were back-to-front
Fix miscellaneous GCC warnings. In particular this causes the compile to fail when using
configure --enable-compile-warnings=error
and using a recent version of GCC.