|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r68961 - sandbox/chrono/boost/stopwatches
From: vicente.botet_at_[hidden]
Date: 2011-02-16 14:51:33
Author: viboes
Date: 2011-02-16 14:51:31 EST (Wed, 16 Feb 2011)
New Revision: 68961
URL: http://svn.boost.org/trac/boost/changeset/68961
Log:
Stopwatches:
Text files modified:
sandbox/chrono/boost/stopwatches/stopwatch_reporter.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/chrono/boost/stopwatches/stopwatch_reporter.hpp
==============================================================================
--- sandbox/chrono/boost/stopwatches/stopwatch_reporter.hpp (original)
+++ sandbox/chrono/boost/stopwatches/stopwatch_reporter.hpp 2011-02-16 14:51:31 EST (Wed, 16 Feb 2011)
@@ -85,7 +85,7 @@
basic_stopwatch_reporter( )
: m_places(Formatter::default_places()), m_os(Formatter::default_os()), m_format(Formatter::default_format()), m_reported(false) {
}
- explicit basic_stopwatch_reporter( system::error_code & ec )
+ explicit basic_stopwatch_reporter( system::error_code & )
: m_places(Formatter::default_places()), m_os(Formatter::default_os()), m_format(Formatter::default_format()), m_reported(false) {
}
explicit basic_stopwatch_reporter( ostream_type & os,
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk