Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.0 Beta3
-
None
-
2fc45188c (dev), 23fc22e16 (dev), 372db480c (dev)
Description
Code seen in comments on QTBUG-122004:
int r2_1; int r7_0; // generate_LoadQmlContextPropertyLookup while (!aotContext->loadScopeObjectPropertyLookup(100, &r2_0)) { aotContext->setInstructionPointer(2); aotContext->initLoadScopeObjectPropertyLookup(100, QMetaType::fromType<QQmlListProperty<QObject>>()); if (aotContext->engine->hasError()) return bool(); } // generate_GetLookup r2_1 = r2_0.count(&r2_0);
Triggers:
warning: conversion from 'qsizetype' {aka 'long long int'} to 'int' may change value [-Wconversion] 1565 | r2_1 = r2_0.count(&r2_0);
Attachments
Issue Links
- is duplicated by
-
QTBUG-124579 clang shorten-64-to-32 warning in qmlcachegen code
-
- Closed
-
- split from
-
QTBUG-122004 Generated code of qt_add_qml_module fails to build
-
- Closed
-