Fix warning in newer gcc versions

This commit is contained in:
Albert Astals Cid 2017-07-27 16:57:40 +02:00
parent 8ecba7f6c9
commit fd5cc83e85

View file

@ -136,8 +136,8 @@ class TinyTextEntity
// fall through
case 3:
d.qc[2] = text.at( 2 ).unicode();
// fall through
#endif
// fall through
case 2:
d.qc[1] = text.at( 1 ).unicode();
// fall through