Skip to content

Commit

Permalink
commented out an unused function parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Lundell authored and hartwork committed Apr 7, 2010
1 parent 62ebc50 commit 51bca05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpptest/src/cpptest-output.h
@@ -1,6 +1,6 @@
// ---
//
// $Id: cpptest-output.h,v 1.2 2004/02/04 21:08:23 nilu Exp $
// $Id: cpptest-output.h,v 1.3 2004/02/05 12:46:08 nilu Exp $
//
// CppTest - A C++ Unit Testing Framework
// Copyright (c) 2003 Niklas Lundell
Expand Down Expand Up @@ -57,7 +57,7 @@ namespace Test
///
/// \param tests Total number of tests in all suites.
///
virtual void initialize(int tests) {}
virtual void initialize(int /*tests*/) {}

/// Called when testing is finished.
///
Expand Down

0 comments on commit 51bca05

Please sign in to comment.