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:
parent
8a639bf91b
commit
ec03beb361
|
@ -243,6 +243,7 @@ void TY_(ReportNotice)(TidyDocImpl* doc, Node *element, Node *node, uint code)
|
||||||
tagtype = tidyLocalizedString( TIDYCUSTOMINLINE_STRING );
|
tagtype = tidyLocalizedString( TIDYCUSTOMINLINE_STRING );
|
||||||
break;
|
break;
|
||||||
case TidyCustomPre:
|
case TidyCustomPre:
|
||||||
|
default:
|
||||||
tagtype = tidyLocalizedString( TIDYCUSTOMPRE_STRING );
|
tagtype = tidyLocalizedString( TIDYCUSTOMPRE_STRING );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue