summaryrefslogtreecommitdiff
path: root/src/fsyncport.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/fsyncport.erl')
-rw-r--r--src/fsyncport.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fsyncport.erl b/src/fsyncport.erl
index ef8b37f..f6a8ae3 100644
--- a/src/fsyncport.erl
+++ b/src/fsyncport.erl
@@ -19,7 +19,7 @@ stop() ->
fsync(Path) ->
gen_server:call(?MODULE, {fsync, [Path]}).
-fsyncall([], Timeout) ->
+fsyncall([], _Timeout) ->
ok;
fsyncall(Paths, Timeout) ->
gen_server:call(?MODULE, {fsync, Paths}, Timeout).