WebFreak001 / FSWatch

A cross-platform folder & file watching library using win32, inotify or std.file
33 stars 8 forks source link

Fix deprecation warning for -dip25 #21

Closed dkorpel closed 4 years ago

dkorpel commented 4 years ago

With -preview=dip25 now enabled by default, there is this deprecation warning:

../FSWatch/source/fswatch.d(71,10): Deprecation: returning this._path escapes a reference to parameter this, perhaps annotate with return

Also removes trailing white spaces because my editor does that on save.