gnucash/libgnucash
Hong Xu 888676eb31 from_price and to_price may be uninitialized in extract_comon_prices
Fix the compilation error on gcc 10:

    gnucash/libgnucash/engine/gnc-pricedb.c: In function ‘extract_common_prices’:
    gnucash/libgnucash/engine/gnc-pricedb.c:2469:40: error:
    to_price may be used uninitialized in this function [-Werror=maybe-uninitialized]
     2469 |     if (from_price == NULL || to_price == NULL)
           |                                        ^
           gnucash/libgnucash/engine/gnc-pricedb.c:2469:20:
           error: ‘from_price’ may be used uninitialized in this
           function [-Werror=maybe-uninitialized]
            2469 |     if (from_price == NULL || to_price == NULL)
                  |                    ^
2021-04-29 14:51:07 -07:00
..
app-utils Bug 797928 - Since last run asks for security price when no shares traded 2021-04-19 14:25:59 -07:00
backend Bug 798156 - glib 2.68.0 breaks gnucash 2021-04-20 11:03:23 -07:00
core-utils Merge PR #899 into maint 2021-03-02 01:17:26 +01:00
doc Fix typos in libgnucash/ 2021-03-02 01:15:32 +01:00
engine from_price and to_price may be uninitialized in extract_comon_prices 2021-04-29 14:51:07 -07:00
gnc-module Drop as dependency from gnc-module 2020-10-10 12:32:58 +02:00
quotes Bug 797630 - Check for missing dependencies of 'Get Quotes'... 2021-03-14 10:48:25 -07:00
tax Merge PR #899 into maint 2021-03-02 01:17:26 +01:00
CMakeLists.txt libgnucash/scm - move to bindings/guile 2019-12-06 19:59:11 +01:00