microsoft / SPTAG

A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.
MIT License
4.77k stars 581 forks source link

Resolve compilation warnings #374

Closed limenghao closed 1 year ago

limenghao commented 1 year ago

Resolve the compilation warnings, as sometimes this cause error in the constrict compilation environment. This PR WILL NOT bring any functional changes/breaks.

  1. Rename the local variables if already have the global variables with same names.
  2. Don't use assignment statement as the while condition.
  3. Initialize float variables.