gnucash unstable: Multiple changes pushed

Geert Janssens geert.gnucash at kobaltwit.be
Fri Dec 29 10:41:17 EST 2017


Op woensdag 27 december 2017 00:37:19 CET schreef John Ralls:
> commit 91727525b9cd3c12f4fa25268131b0161c6fc79e
> Author: John Ralls <jralls at ceridwen.us>
> Date:   Tue Dec 26 13:01:50 2017 -0800
> 
>     Enforce -Werror on C++ files and fix resulting errors.
> 

<snip>

> diff --git a/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp
> b/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp index
> 9402f38..1bfa08e 100644
> --- a/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp
> +++ b/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp
> @@ -355,12 +355,12 @@ static void csv_tximp_preview_currency_fmt_sel_cb
> (GtkComboBox* format_selector, info->preview_update_currency_format();
>  }
> 
> -void csv_tximp_preview_col_type_changed_cb (GtkComboBox* cbox,
> CsvImpTransAssist* info)
> +static void csv_tximp_preview_col_type_changed_cb
> (GtkComboBox* cbox, CsvImpTransAssist* info) {
>      info->preview_update_col_type (cbox);
>  }
> 
Apparently your new compile options require function declarations or to 
declare local functions static. What was wrong with the previous behavior that 
you choose to enforce this ?

Geert


More information about the gnucash-devel mailing list