libsha1 icon indicating copy to clipboard operation
libsha1 copied to clipboard

test: fix gcc-14.x compile (implicit int)

Open pseiderer opened this issue 1 year ago • 0 comments

Fixes:

test.c:14:8: error: type defaults to ‘int’ in declaration of ‘num_test’ [-Wimplicit-int] 14 | static num_test; | ^~~~~~~~

pseiderer avatar Aug 25 '24 09:08 pseiderer