* removed some warnings

This commit is contained in:
Caner Candan 2011-01-27 17:50:11 +01:00
commit 36fe44b898
5 changed files with 9 additions and 7 deletions

View file

@ -48,6 +48,7 @@ public :
eoOStreamMonitor( std::ostream & _out, bool _verbose=true, std::string _delim = "\t", unsigned int _width=20, char _fill=' ' ) :
out(_out), delim(_delim), width(_width), fill(_fill), firsttime(true)
{
(void)_verbose;
eo::log << eo::warnings << "WARNING: the use of the verbose parameter in eoOStreamMonitor constructor is deprecated and will be removed in the next release" << std::endl;
}