mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
c6fbe700b9
commit
29117ed909
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user