Task #598 - kf5-kirigami2-5.116.0-1.fc41/scan-results.err
back to task #598download
Error: CLANG_WARNING: kf5-kirigami2-5.116.0-build/kirigami2-5.116.0/src/pagepool.cpp:74:18: warning[deadcode.DeadStores]: Value stored to 'ctx' during its initialization is never read # 72| { # 73| Q_ASSERT(qmlEngine(this)); # 74|-> QQmlContext *ctx = QQmlEngine::contextForObject(this); # 75| Q_ASSERT(ctx); # 76| Error: CLANG_WARNING: kf5-kirigami2-5.116.0-build/kirigami2-5.116.0/src/pagerouter.cpp:340:1: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'parsed' # 338| qCWarning(KirigamiLog) << "Route" << parsed->name << "with data" << parsed->data << "is not on the current stack of routes."; # 339| } # 340|-> } # 341| # 342| bool PageRouter::routeActive(QJSValue route)