mmozeiko / wcap

Simple and efficient screen recording utility for Windows 10 and 11
The Unlicense
795 stars 31 forks source link

Add `void` return type to `Config__WriteInt` #17

Closed pmttavara closed 1 year ago

pmttavara commented 2 years ago

This prevents any compiler warnings/errors about implicit-int.

mmozeiko commented 2 years ago

Excellent. More important question is why I forgot to enable /W3 /WX in build... will need to put it there. Thanks.