]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/DiskThreads/CommIO.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / DiskIO / DiskThreads / CommIO.cc
index 34b87832b40a327975add9151300ec2419887e19..d122cb5f2bd2813de963468cbbebc9b7d6e27b93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -59,7 +59,7 @@ CommIO::FlushPipe()
 }
 
 void
-CommIO::NULLFDHandler(int fd, void *data)
+CommIO::NULLFDHandler(int fd, void *)
 {
     FlushPipe();
     Comm::SetSelect(fd, COMM_SELECT_READ, NULLFDHandler, NULL, 0);