You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2015/06/29 23:46:34 UTC

[28/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

fix compiler warning


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/7932aa36
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/7932aa36
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/7932aa36

Branch: refs/heads/COUCHDB-2734-header-date
Commit: 7932aa36e9c34205632a947683339ab5ae3574ef
Parents: c8e3a52
Author: Bob Ippolito <bo...@redivi.com>
Authored: Wed Dec 25 13:32:13 2013 -0800
Committer: Bob Ippolito <bo...@redivi.com>
Committed: Wed Dec 25 13:32:13 2013 -0800

----------------------------------------------------------------------
 src/mochiweb_websocket.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/7932aa36/src/mochiweb_websocket.erl
----------------------------------------------------------------------
diff --git a/src/mochiweb_websocket.erl b/src/mochiweb_websocket.erl
index 0092156..1880f86 100644
--- a/src/mochiweb_websocket.erl
+++ b/src/mochiweb_websocket.erl
@@ -147,7 +147,7 @@ parse_frames(hybi, Frames, Socket) ->
         _:_ -> error
     end;
 
-parse_frames(hixie, Frames, Socket) ->
+parse_frames(hixie, Frames, _Socket) ->
     try parse_hixie_frames(Frames, []) of
         Payload -> Payload
     catch