summaryrefslogtreecommitdiff
path: root/src/cairo-ft-font.c
diff options
context:
space:
mode:
authorGeorge Matsumura <gmmatsumura01@bvsd.org>2020-08-31 22:14:59 -0600
committerGeorge Matsumura <gmmatsumura01@bvsd.org>2020-11-07 06:45:01 -0700
commited98414686ede45a4f2302b4521dece51acdb785 (patch)
tree578ed64ae1ab3538a3cb5130587075e81f9acc49 /src/cairo-ft-font.c
parent618b13c436636149bb1c611a9f4a422f60c6476d (diff)
downloadcairo-ed98414686ede45a4f2302b4521dece51acdb785.tar.gz
build: Fix various compiler warnings
This fixes a few compiler warnings that were encountered with gcc 9.3.0. Signed-off-by: George Matsumura <gmmatsumura01@bvsd.org>
Diffstat (limited to 'src/cairo-ft-font.c')
-rw-r--r--src/cairo-ft-font.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c
index c22da6f95..d2221edec 100644
--- a/src/cairo-ft-font.c
+++ b/src/cairo-ft-font.c
@@ -1369,6 +1369,7 @@ _get_bitmap_surface (FT_Bitmap *bitmap,
memcpy (data, bitmap->buffer, stride * height);
break;
}
+ /* fall through */
/* These could be triggered by very rare types of TrueType fonts */
default:
if (own_buffer)