Actions
Bug #9252
closedDeprecated message in FontSupportPango.C build
Start date:
10/24/2021
Due date:
% Done:
100%
Estimated time:
2:00 h
Description
Latest build has warning in Pango..
wt/src/Wt/FontSupportPango.C:109:46: warning: ‘void pango_ft2_font_map_set_default_substitute(PangoFT2FontMap*, PangoFT2SubstituteFunc, gpointer, GDestroyNotify)’ is deprecated: Use 'pango_fc_font_map_set_default_substitute' instead [-Wdeprecated-declarations]
109 | pango_ft2_font_map_set_default_substitute(PANGO_FT2_FONT_MAP(pangoFontMap),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110 | addTrueTypePattern, NULL, NULL);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kindly fix this issue.
Regards
Rathnadhar K V
Updated by Roel Standaert about 2 years ago
- Status changed from New to InProgress
- Assignee changed from Koen Deforche to Roel Standaert
- Target version set to 4.9.0
Updated by Roel Standaert about 2 years ago
- Status changed from InProgress to Review
- Assignee deleted (
Roel Standaert)
Updated by Roel Standaert about 2 years ago
- Status changed from Review to Implemented @Emweb
- Assignee set to Roel Standaert
- % Done changed from 0 to 100
Updated by Roel Standaert about 2 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert about 2 years ago
- Subject changed from Deprecated message in FontSupportPang.C build to Deprecated message in FontSupportPango.C build
Updated by Roel Standaert almost 2 years ago
- Status changed from Resolved to Closed
Actions