From aa8f39e321efc6adeb9082b65bacae4a8bbe9ef2 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 6 Mar 2013 22:49:21 +0100 Subject: Fixed compilation warnings. --- src/mediaType.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mediaType.cpp') diff --git a/src/mediaType.cpp b/src/mediaType.cpp index 62d65c23..123c8cee 100644 --- a/src/mediaType.cpp +++ b/src/mediaType.cpp @@ -49,7 +49,7 @@ mediaType::mediaType(const string& type, const string& subType) void mediaType::parseImpl - (const parsingContext& ctx, const string& buffer, const string::size_type position, + (const parsingContext& /* ctx */, const string& buffer, const string::size_type position, const string::size_type end, string::size_type* newPosition) { const string::value_type* const pend = buffer.data() + end; -- cgit v1.2.3