Fix some dialyzer warnings

This commit is contained in:
Carlos Martín Nieto
2013-07-17 10:37:00 +02:00
parent ed6654fe59
commit bf2a59dbf2
5 changed files with 9 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
flags, flags_extended,
path :: iolist()}).
-record(geef_request, {service :: atom, path :: binary(), host :: binary()}).
-record(geef_request, {service :: atom(), path :: binary(), host :: binary()}).
-record(geef_tree_entry, {mode, type, id, name}).
-record(geef_signature, {name :: iolist(), email :: iolist(), time :: geef_time()}).