summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2022-02-14 10:55:30 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2022-02-15 15:44:51 +0100
commitb55f10b2a05a328674aa39e8f7554963ab181278 (patch)
treec697db94dba06c92c96596ff15cb4c555fc32963 /src/3rdparty
parentd34c3f9e94c795cf0875e49239349cb767500f89 (diff)
Convert a table iteration to use ranged-for
The loop used an int counter that was initialized from a size_t, provoking a warning from MSVC. Since the indexing is irrelevant in any case, use a ranged-for loop. Since the loop was formerly in decreasing index order, reverse the table being iterated so that entries remain in their prior order. Change-Id: I79b93c5a3f39a502b0cae83215b8e3665d0e17f5 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'src/3rdparty')
0 files changed, 0 insertions, 0 deletions