| Summary: | Building NeoChat emits warning "emojimodel.cpp:15:1: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without". | ||
|---|---|---|---|
| Product: | [Applications] NeoChat | Reporter: | dreieck <felics-kde> |
| Component: | General | Assignee: | Tobias Fella <fella> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | minor | CC: | carl, felics-kde, josh |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | 19510858a | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
Please don't create issues for compilation warnings. We're aware of them; specifically in this case, it will be fixed with a future rework of the emoji handling |
SUMMARY Building NeoChat emits warning message ``` [ 97%] Building CXX object src/CMakeFiles/neochat.dir/neochatconfig.cpp.o /var/cache/makepkg/build/neochat-debug-git/src/neochat/src/models/emojimodel.cpp: In constructor ‘EmojiModel::EmojiModel(QObject*)’: /var/cache/makepkg/build/neochat-debug-git/src/neochat/src/models/emojimodel.cpp:15:1: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without 15 | EmojiModel::EmojiModel(QObject *parent) | ^~~~~~~~~~ ``` (This is not really a bug, but I want to make you aware that there might be something to look at.) Linux/KDE Plasma: KDE Plasma Version: 6.2.3 KDE Frameworks Version: 6.8.0 Qt Version: 6.8.0 libQuotient version: Git from https://github.com/quotient-im/libQuotient, version 0.9.0+git, git commit hash: e579e0be NeoChat version: Git from https://github.com/KDE/neochat, version 25.03.70+git, git commit hash: 19510858a