mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
Fix compiler warning (gcc 7)
This commit is contained in:
parent
fa2dcd37a2
commit
a2cf919f18
@ -543,13 +543,13 @@ int InsetIPAChar::plaintext(odocstringstream & os, OutputParams const &, size_t)
|
||||
int InsetIPAChar::docbook(odocstream & /*os*/, OutputParams const &) const
|
||||
{
|
||||
switch (kind_) {
|
||||
// FIXME
|
||||
LYXERR0("IPA tone macros not yet implemented with DocBook!");
|
||||
case TONE_FALLING:
|
||||
case TONE_RISING:
|
||||
case TONE_HIGH_RISING:
|
||||
case TONE_LOW_RISING:
|
||||
case TONE_HIGH_RISING_FALLING:
|
||||
// FIXME
|
||||
LYXERR0("IPA tone macros not yet implemented with DocBook!");
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user