silence some compiler warnings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25669 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-07-16 15:05:34 +00:00
parent ab6ecc9fea
commit 81f12d8c85
2 changed files with 2 additions and 2 deletions

View File

@ -437,7 +437,7 @@ docstring Encodings::fromLaTeXCommand(docstring const & cmd, docstring & rem)
CharInfoMap::const_iterator it = unicodesymbols.begin(); CharInfoMap::const_iterator it = unicodesymbols.begin();
size_t unicmd_size = 0; size_t unicmd_size = 0;
char_type c; char_type c = 0;
for (; it != uniend; ++it) { for (; it != uniend; ++it) {
docstring const math = it->second.mathcommand; docstring const math = it->second.mathcommand;
docstring const text = it->second.textcommand; docstring const text = it->second.textcommand;

View File

@ -147,7 +147,7 @@ void InsetInfo::write(ostream & os) const
} }
bool InsetInfo::validate(docstring const & argument) const bool InsetInfo::validate(docstring const & /* argument */) const
{ {
// FIXME! // FIXME!
return true; return true;