BezBSHW

Results 2 issues of BezBSHW

## 🐛 Bug Report Lib version: 4.4.0 ## Steps To Reproduce ```javascript const imageSustain = workbook.addImage({ filename: 'public/sustain.png', extension: 'png', }); sheet.addImage(imageSustain, 'A1:B3'); sheet.addRows(topRows); ``` ## The expected behaviour: In...

``` 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...