flann-lib / flann

Fast Library for Approximate Nearest Neighbors
http://people.cs.ubc.ca/~mariusm/flann
Other
2.22k stars 647 forks source link

Fixed bug in example where output of fscanf is unused #467

Open rdelfin opened 3 years ago

rdelfin commented 3 years ago

Some combinations of C stdlib implementations and compilers will cause an error if the fscanf() return value is not used. This fix corrects that.