mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
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:
parent
ab6ecc9fea
commit
81f12d8c85
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user