Description
Description
Revisions and Commits
Revisions and Commits
rMITK MITK | |||
Restricted Differential Revision | rMITKff0027eee2cb Patch VTK to fix Freetype build error on GCC 10 | ||
Restricted Differential Revision | rMITK3ee32df042fb Patch VTK to fix Freetype build error on GCC 10 |
Related Objects
Related Objects
- Mentioned In
- T28126: 2020 Week 52 (Late December)
Event Timeline
Comment Actions
diff --git a/Rendering/FreeType/vtkFreeTypeTools.cxx b/Rendering/FreeType/vtkFreeTypeTools.cxx index c54289dc60..03b899c4da 100644 --- a/Rendering/FreeType/vtkFreeTypeTools.cxx +++ b/Rendering/FreeType/vtkFreeTypeTools.cxx @@ -378,8 +378,7 @@ FTC_CMapCache* vtkFreeTypeTools::GetCMapCache() } //---------------------------------------------------------------------------- -FT_CALLBACK_DEF(FT_Error) -vtkFreeTypeToolsFaceRequester( +static FT_Error vtkFreeTypeToolsFaceRequester( FTC_FaceID face_id, FT_Library lib, FT_Pointer request_data, FT_Face* face) { #if VTK_FTFC_DEBUG_CD
Comment Actions
I can confirm this patches fixes the problem. @kislinsk : hotfix oder feature branch?