aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4codegen.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2023-08-25 16:01:03 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2023-08-29 18:47:02 +0200
commitc6cda495c636a204cb6ce2a7a1af689fb618a663 (patch)
tree76fe71e8baa48368f9a08334d4f0b07be197501e /src/qml/compiler/qv4codegen.cpp
parent0ba9ff8b0552fe0928770b5b4cd5f43d3aa3445c (diff)
Avoid unsigned->signed refCount conversion underflow
refCount is uint; there's no reason to convert it to int, even though it's normally small enough to fit. Avoid warnings both now and in the future by using auto. Pick-to: 6.5 6.6 Task-number: QTBUG-114953 Change-Id: I93fd50b78bcf371f9ba56c6626334b435bac0e7d Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4codegen.cpp')
0 files changed, 0 insertions, 0 deletions