libsha1
libsha1 copied to clipboard
test: fix gcc-14.x compile (implicit int)
Fixes:
test.c:14:8: error: type defaults to ‘int’ in declaration of ‘num_test’ [-Wimplicit-int] 14 | static num_test; | ^~~~~~~~