~squid/squid/stronger-checks

« back to all changes in this revision

Viewing changes to src/base/AsyncJob.cc

  • Committer: Francesco Chemolli
  • Date: 2013-10-07 15:19:09 UTC
  • Revision ID: kinkie@squid-cache.org-20131007151909-j4s64f1vucxp6e2t
More unused parameters marked as such

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
 
120
120
void AsyncJob::callException(const std::exception &e)
121
121
{
 
122
    static_cast<void>(e); /* unused */
 
123
 
122
124
    // we must be called asynchronously and hence, the caller must lock us
123
125
    Must(cbdataReferenceValid(toCbdata()));
124
126