ciwise / cybill

The official core software for the unregulated cryptocurrency CyBill
https://ciwise.com
MIT License
2 stars 0 forks source link

ambiguous conversion for functional-style cast from 'int' to 'DbEnv' #7

Closed dlwhitehurst closed 6 years ago

dlwhitehurst commented 6 years ago

This was found and fixed like so:

Try replacing: DbEnv(0).remove(strPath.c_str(), 0); with DbEnv((u_int32_t)0).remove(strPath.c_str(), 0);

ref: https://github.com/novacoin-project/novacoin/issues/375

dlwhitehurst commented 6 years ago

fixed https://github.com/ciwise/cybill/commit/4da72f173cb9dc1e2c50f880cbcf33d05a3110c9