]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http/StatusLine.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / http / StatusLine.cc
index 26f921b88f305a9d21b3f0cfaaf4623814cc3f8a..b06161ea88750f43ae3a3b99b639fd400dc34626 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -72,7 +72,7 @@ Http::StatusLine::packInto(Packer * p) const
  * XXX: Note 'end' currently unused, so NULL-termination assumed.
  */
 bool
-Http::StatusLine::parse(const String &protoPrefix, const char *start, const char *end)
+Http::StatusLine::parse(const String &protoPrefix, const char *start, const char * /*end*/)
 {
     status_ = Http::scInvalidHeader;    /* Squid header parsing error */