Skip to content
Snippets Groups Projects
Commit 076ab0fa authored by mio's avatar mio Committed by Celeste
Browse files

community/ftgl: fix build with gcc 14

Fix type conversion error with gcc 14 and freetype.

```
FTVectoriser.cpp: In member function 'void FTVectoriser::ProcessContours()':
FTVectoriser.cpp:171:25: error: invalid conversion from 'unsigned char*'
to 'char*' [-fpermissive]
  171 |         char* tagList = &outline.tags[startIndex];
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                         |
      |                         unsigned char*
```
parent 88492672
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment