freetype2/src/cache
Werner Lemberg a50c39aa8e Fix compilation errors and (some) warnings for clang++.
* src/autofit/afmodule.c (AF_GlyphHintsRec): Make it static.

* src/cache/ftcache.c (FTC_Cache_NewNode), src/cache/ftcsbits.c
(ftc_snode_compare): Remove semicolon.

* src/cff/cffparse.c (cff_parser_run): Add `break` statement.

* src/cid/cidload.c (cid_hex_to_binary): Add cast.

* src/sdf/ftbsdf.c (CHECK_NEIGHBOR): Use `do {} while(0)` loop.
(bsdf_init_distance_map, finalize_sdf, bsdf_raster_render): Add
casts.
* src/sdf/ftsdf.c (sdf_generate_bounding_box,
sdf_generate_with_overlaps): Ditto.
* src/sdf/ftsdfcommon.h (square_root): Ditto.
* src/sdf/ftsdfrend.c (sdf_property_get, ft_sdf_render,
ft_bsdf_render): Ditto.

* src/sfnt/ttcolr.c (find_base_glyph_record,
find_base_glyph_v1_record): Fix variable signedness.
(read_color_line): Add cast.
(read_paint): Add casts.
Fix signedness issue.
(tt_face_get_colorline_stops) Fix signedness issues.

* src/sfnt/ttpost.c (load_format_20): Add casts.

* src/truetype/ttsubpix.c (TWEAK_RULES, TWEAK_RULES_EXCEPTIONS):
Remove final semicolons.
2021-05-29 09:51:04 +02:00
..
ftcache.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftcbasic.c * src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`. 2021-02-04 07:46:46 +01:00
ftccache.c Fix compilation errors and (some) warnings for clang++. 2021-05-29 09:51:04 +02:00
ftccache.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftccback.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftccmap.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftcerror.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftcglyph.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftcglyph.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftcimage.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftcimage.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftcmanag.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftcmanag.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftcmru.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftcmru.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftcsbits.c Fix compilation errors and (some) warnings for clang++. 2021-05-29 09:51:04 +02:00
ftcsbits.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
rules.mk Update all copyright notices. 2021-01-17 07:18:48 +01:00