mirror of https://github.com/lukechilds/node.git
Browse Source
warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘unsigned int’ [-Wformat=] BIO_printf(bio, "0x%lx", exponent_word); PR-URL: https://github.com/nodejs/node/pull/10082 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>v6.x
Alex Newman
8 years ago
committed by
Myles Borins
1 changed files with 8 additions and 3 deletions
Loading…
Reference in new issue