Browse Source

_C was unused, generating a warning

David N. Welton 10 years ago
parent
commit
2da4c1398e
1 changed files with 1 additions and 1 deletions
  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'",