fungos / cr

cr.h: A Simple C Hot Reload Header-only Library
https://fungos.github.io/cr-simple-c-hot-reload/
MIT License
1.55k stars 104 forks source link

msvc warning: unused function "file_size" returns signed value, but return value is size_t #15

Closed datgame closed 5 years ago

datgame commented 5 years ago

maybe you just want to delete the function instead? https://github.com/fungos/cr/blob/master/cr.h#L576

fungos commented 5 years ago

Good catch, I'll check to remove this another time. Thanks.