Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: suppress below warning: ``` In file included from /path/to/faiss/faiss/utils/extra_distances.h:59, from /path/to/faiss/faiss/IndexFlatCodes.cpp:16: /path/to/faiss/faiss/utils/extra_distances-inl.h: In function ‘typename Consumer::T faiss::dispatch_VectorDistance(size_t, MetricType, float, Consumer&, Types ...) [with Consumer = {anonymous}::Run_get_distance_computer; Types = {const IndexFlatCodes*}]’: /path/to/faiss/faiss/utils/extra_distances-inl.h:198:1: warning: control reaches end of non-void function [-Wreturn-type] 198 | } | ^ ``` Pull Request resolved: #3708 Reviewed By: ramilbakhshyiev Differential Revision: D60528995 Pulled By: mengdilin fbshipit-source-id: 97a6721f3f59ec59ae6d2e69137b1ecc85d7da12
- Loading branch information