Fix compiler warning (gcc 7)

This commit is contained in:
Jean-Marc Lasgouttes 2017-05-03 14:51:03 +02:00
parent fa2dcd37a2
commit a2cf919f18

View File

@ -543,13 +543,13 @@ int InsetIPAChar::plaintext(odocstringstream & os, OutputParams const &, size_t)
int InsetIPAChar::docbook(odocstream & /*os*/, OutputParams const &) const int InsetIPAChar::docbook(odocstream & /*os*/, OutputParams const &) const
{ {
switch (kind_) { switch (kind_) {
// FIXME
LYXERR0("IPA tone macros not yet implemented with DocBook!");
case TONE_FALLING: case TONE_FALLING:
case TONE_RISING: case TONE_RISING:
case TONE_HIGH_RISING: case TONE_HIGH_RISING:
case TONE_LOW_RISING: case TONE_LOW_RISING:
case TONE_HIGH_RISING_FALLING: case TONE_HIGH_RISING_FALLING:
// FIXME
LYXERR0("IPA tone macros not yet implemented with DocBook!");
break; break;
} }
return 0; return 0;