mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Enforce -Werror on C++ files and fix resulting errors.
This commit is contained in:
@@ -203,7 +203,7 @@ GncSqlPriceBackend::commit (GncSqlBackend* sql_be, QofInstance* inst)
|
||||
return is_ok;
|
||||
}
|
||||
|
||||
gboolean
|
||||
static gboolean
|
||||
write_price (GNCPrice* p, gpointer data)
|
||||
{
|
||||
auto s = reinterpret_cast<write_objects_t*>(data);
|
||||
|
||||
Reference in New Issue
Block a user