yatima1460 / Drill

Search files without indexing, but fast crawling
https://drill.software/
GNU General Public License v2.0
269 stars 21 forks source link

Error: function Utils._getMountpoints has no return statement #72

Open probonopd opened 3 years ago

probonopd commented 3 years ago

Operating system

FreeBSD 12.1-RELEASE r354233 GENERIC with dmd-2.095.0

Build Version

Latest from git

Describe the bug

(dmd-2.095.0)[root@box /tmp/Drill]# echo 0 > DRILL_VERSION
(dmd-2.095.0)[root@box /tmp/Drill]# dub build -b release -c CLI
Performing "release" build using /root/dlang/dmd-2.095.0/freebsd/bin64/dmd for x86_64.
drill-search ~master: building configuration "CLI"...
Core/Utils.d(60,10): Error: function Utils._getMountpoints has no return statement, but is expected to return a value of type string[]
/root/dlang/dmd-2.095.0/freebsd/bin64/dmd failed with exit code 1.