fix a compil warning.

This commit is contained in:
jean-pierre charras 2021-12-31 15:53:24 +01:00
parent 14780ab2e4
commit 640cc60bf4
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ static void formatFill( OUTPUTFORMATTER* aFormatter, int aNestLevel, FILL_T aFil
switch( aFillMode ) switch( aFillMode )
{ {
default:
case FILL_T::NO_FILL: fillType = "none"; break; case FILL_T::NO_FILL: fillType = "none"; break;
case FILL_T::FILLED_SHAPE: fillType = "outline"; break; case FILL_T::FILLED_SHAPE: fillType = "outline"; break;
case FILL_T::FILLED_WITH_BG_BODYCOLOR: fillType = "background"; break; case FILL_T::FILLED_WITH_BG_BODYCOLOR: fillType = "background"; break;