$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r58142 - sandbox/itl/boost/validate/driver
From: afojgo_at_[hidden]
Date: 2009-12-04 10:50:02
Author: jofaber
Date: 2009-12-04 10:50:01 EST (Fri, 04 Dec 2009)
New Revision: 58142
URL: http://svn.boost.org/trac/boost/changeset/58142
Log:
Silencing warnings.
Text files modified:
sandbox/itl/boost/validate/driver/collector_driver.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: sandbox/itl/boost/validate/driver/collector_driver.hpp
==============================================================================
--- sandbox/itl/boost/validate/driver/collector_driver.hpp (original)
+++ sandbox/itl/boost/validate/driver/collector_driver.hpp 2009-12-04 10:50:01 EST (Fri, 04 Dec 2009)
@@ -132,7 +132,6 @@
default: return choiceError(ITL_LOCATION("rootChoice:\n"), rootChoice, _rootChoice);
} //switch()
- return NULL; //just to please the compiler ;)
}
};