Snippets for akonadiconsole 26.08.0 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/4lxpvr5q1yr1gxh6q3cw8a9x9l4363z6-akonadiconsole-26.08.0.drv.
-
/build/akonadiconsole-26.08.0/src/notificationmodel.cpp:71:20: warning: enumeration value ‘Relation’ not handled in switch [-Wswitch] 71 | switch (msg.type()) { | ^ -
/build/akonadiconsole-26.08.0/src/notificationmodel.cpp:152:20: warning: enumeration value ‘Relation’ not handled in switch [-Wswitch] 152 | switch (msg.type()) { | ^ -
/build/akonadiconsole-26.08.0/src/browserwidget.cpp:284:27: warning: ignoring return value of ‘bool Akonadi::TagFetchScope::fetchAllAttributes() const’, declared with attribute ‘nodiscard’ [-Wunused-result] 284 | tfs.fetchAllAttributes(); | ~~~~~~~~~~~~~~~~~~~~~~^~ -
/build/akonadiconsole-26.08.0/src/notificationmonitor.cpp:144:12: warning: enumeration value ‘Relation’ not handled in switch [-Wswitch] 144 | switch (ntf.type()) { | ^