icebert / pblat

parallelized blat with multi-threads support
http://icebert.github.io/pblat/
Other
49 stars 14 forks source link

Can't return a value from a void function #14

Closed dpryan79 closed 4 years ago

dpryan79 commented 4 years ago

clang happens to find this if you use it for compilation:

21:20:31 BIOCONDA INFO (ERR) blatSrc/blat.c:700:29: error: void function 'bigBlat' should not return a value [-Wreturn-type] 
21:20:31 BIOCONDA INFO (ERR)                             return 1; 
21:20:31 BIOCONDA INFO (ERR)                             ^      ~
icebert commented 4 years ago

Hi Devon, thank you very much for pointing out this and the PR.

dpryan79 commented 4 years ago

Thanks for the speedy fix :)