mirror of https://github.com/lukechilds/node.git
Browse Source
The type of the expression `(uint16_t) server_names_len + 2` gets implicitly widened to int. Change the type of server_names_len to uint32_t to avoid the following warnings: ../../src/node_crypto_clienthello.cc:144: warning: comparison between signed and unsigned integer expressions ../../src/node_crypto_clienthello.cc:146: warning: comparison between signed and unsigned integer expressionsv0.11.5-release
Ben Noordhuis
12 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue