Added GCC warning suppression

[SVN r15022]
This commit is contained in:
John Maddock
2002-08-21 11:05:30 +00:00
parent bb711db956
commit bed785ad19

View File

@ -145,6 +145,7 @@ parser_buf<charT, traits>::seekoff(off_type off, ::std::ios_base::seekdir way, :
else else
this->setg(g, g + newpos, g + size); this->setg(g, g + newpos, g + size);
} }
default: ;
} }
return static_cast<pos_type>(this->gptr() - this->eback()); return static_cast<pos_type>(this->gptr() - this->eback());
} }
@ -865,3 +866,4 @@ std::size_t BOOST_REGEX_CALL cpp_regex_traits<wchar_t>::strwiden(wchar_t *s1, st
#endif #endif