https://bugs.kde.org/show_bug.cgi?id=420761
Thomas Baumgart <t...@net-bembel.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/offi | |ce/kmymoney/commit/a8386dc1 | |73f51fd56c5c9e42fef5fa5f2df | |477b7 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #26 from Thomas Baumgart <t...@net-bembel.de> --- Git commit a8386dc173f51fd56c5c9e42fef5fa5f2df477b7 by Thomas Baumgart. Committed on 21/05/2020 at 11:31. Pushed by tbaumgart into branch 'master'. Fix transaction filter due to compiler issue with g++ 10 g++ version 10 seems to have a problem with our ancient union and struct based bitmap handling. Changing it to be based on QFlags solves the problem. M +61 -65 kmymoney/mymoney/mymoneytransactionfilter.cpp M +15 -16 kmymoney/mymoney/mymoneytransactionfilter.h M +3 -3 kmymoney/plugins/sql/mymoneystoragesql.cpp https://invent.kde.org/office/kmymoney/commit/a8386dc173f51fd56c5c9e42fef5fa5f2df477b7 -- You are receiving this mail because: You are the assignee for the bug.