compilation warning: unused parameter

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28509 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2009-02-16 10:05:40 +00:00
parent c6fbe700b9
commit 29117ed909
2 changed files with 2 additions and 1 deletions

View File

@ -533,6 +533,7 @@ void Encodings::initUnicodeMath(Buffer const & buffer, bool clear_sets)
#ifdef TEX2LYX
// The code below is not needed in tex2lyx and requires additional stuff
(void)buffer;
(void)clear_sets;
#else
if (clear_sets) {
mathcmd.clear();

View File

@ -294,7 +294,7 @@ void GuiGraphics::change_adaptor()
}
void GuiGraphics::change_group(int index)
void GuiGraphics::change_group(int /* index */)
{
QString const new_group = groupCO->itemData(
groupCO->currentIndex()).toString();