graphitemaster / incbin

Include binary files in C/C++
The Unlicense
938 stars 87 forks source link

incbin debug assert(msvc) #39

Closed fsmoke closed 2 years ago

fsmoke commented 4 years ago

when i tried to build incbin.c under msvc2017 - i've find error

incbin.exe secret.cpp debug assert due uninitiazed variable "ret" - possible fix

int main(int argc, char **argv) {
    int ret = 0, i, paths, files = 0, style = kCamel;
................