summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
authorAxel Spoerl <axel.spoerl@qt.io>2024-01-22 08:40:58 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-01-22 14:57:41 +0000
commit7e789b2998a9d6dc00ec99f89aadb43e96efb669 (patch)
tree12ff84071636ad8d6252e1a52f23366bc44ad760 /configure.cmake
parenta9d5e1efa51a0873aeeb551eafa739301de804ab (diff)
QFontEngine: Silence bogus gcc warnings
gcc warns about using uninitialized variables in QFontEngine::getTrueTypeGlyphIndex. The warning is bogus, because all variables subject to the warning are initialized by passing their pointer to qSafeFromBigEndian(). Initialize them anyway to silence the warnings. Pick-to: 6.5 Change-Id: I25e062f25e2b06701af5edca27a9e56b939daa79 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> (cherry picked from commit e957ed97e0a7f6974db7d9f7ea52d94785464880) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 9e8761e8e9755eb9dd7461682d47a6c64b39d5c0)
Diffstat (limited to 'configure.cmake')
0 files changed, 0 insertions, 0 deletions