Browse Source

Merge branch 'compile-warning' of https://github.com/norton/gproc into norton-compile-warning

Ulf Wiger 14 years ago
parent
commit
5fc6ee71b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/gproc_lib.erl

+ 1 - 1
src/gproc_lib.erl

@@ -107,7 +107,7 @@ insert_many(T, Scope, KVL, Pid) ->
      
 insert_objects(Objs) ->
     lists:foreach(
-      fun({{{Id,_} = K, Pid, V} = Obj, Existing}) ->
+      fun({{{Id,_} = _K, Pid, V} = Obj, Existing}) ->
               ets:insert(?TAB, [Obj, {{Pid, Id}, r}]),
               case Existing of
                   [] -> ok;