libsha1
libsha1 copied to clipboard
static num_test
test.c:14:8: error: type defaults to ‘int’ in declaration of ‘num_test’ [-Wimplicit-int]
14 | static num_test;
| ^~~~~~~~
make[2]: *** [Makefile:468: test.o] Error 1
Fixed by changing this to static int num_test