Просмотр исходного кода

_C was unused, generating a warning

David N. Welton 10 лет назад
Родитель
Сommit
2da4c1398e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test/epgsql_tests.erl

+ 1 - 1
test/epgsql_tests.erl

@@ -579,7 +579,7 @@ hstore_type_test(Module) ->
     ],
     with_connection(
       Module,
-      fun(C) ->
+      fun(_C) ->
               check_type(Module, hstore, "''", {[]}, []),
               check_type(Module, hstore,
                          "'a => 1, b => 2.0, c => null'",