From fd5cc83e8533ef741e381a73d1d0194ed0866460 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 27 Jul 2017 16:57:40 +0200 Subject: [PATCH] Fix warning in newer gcc versions --- core/textpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/textpage.cpp b/core/textpage.cpp index 44dfa14d9..a8b13b280 100644 --- a/core/textpage.cpp +++ b/core/textpage.cpp @@ -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