Issue #552 - remove no 'case default:' warning in most gcc versions

Seems too small for a version bump. Closes #552
This commit is contained in:
Geoff McLane 2017-05-19 18:37:44 +02:00
parent 8a639bf91b
commit ec03beb361
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ void TY_(ReportNotice)(TidyDocImpl* doc, Node *element, Node *node, uint code)
tagtype = tidyLocalizedString( TIDYCUSTOMINLINE_STRING );
break;
case TidyCustomPre:
default:
tagtype = tidyLocalizedString( TIDYCUSTOMPRE_STRING );
break;
}