Bug 496684 - Building NeoChat emits warning "emojimodel.cpp:15:1: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without".
Summary: Building NeoChat emits warning "emojimodel.cpp:15:1: note: variable tracking ...
Status: RESOLVED NOT A BUG
Alias: None
Product: NeoChat
Classification: Applications
Component: General (show other bugs)
Version: git master
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Tobias Fella
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-25 21:25 UTC by dreieck
Modified: 2024-11-26 14:40 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dreieck 2024-11-25 21:25:54 UTC
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
Comment 1 Tobias Fella 2024-11-26 14:40:25 UTC
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