-Werror,-Wimplicit-fallthrough

Change-Id: I9aae6c5689db2b13830915b683baa8667dfe1068
This commit is contained in:
Stephan Bergmann 2017-12-01 09:02:12 +01:00
parent 9e827c4ead
commit 719f2e8462

View file

@ -714,6 +714,7 @@ public:
break;
case XML_TOK_CONTENT_BODY:
pContext = new RptXMLDocumentBodyContext(rImport, nPrefix, rLocalName);
break;
default:
break;
}