mirror of https://github.com/Gnucash/gnucash
- spotted by [bugprone-undelegated-constructor] [bugprone-unused-raii]
gnucash/gnucash-core-app.cpp:218:5: warning: did you intend to call a delegated constructor? A temporary object is created here instead [bugprone-undelegated-constructor]
CoreApp();
^
gnucash/gnucash-core-app.cpp:218:5: warning: object destroyed immediately after creation; did you mean to name the object? [bugprone-unused-raii]
CoreApp();
^ ~~
give_me_a_name
pull/1559/head
parent
7d5154ce18
commit
7ec99e116a
Loading…
Reference in new issue