gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Sun Apr 2 18:28:33 EDT 2023
Updated via https://github.com/Gnucash/gnucash/commit/30cbf307 (commit)
via https://github.com/Gnucash/gnucash/commit/60919829 (commit)
via https://github.com/Gnucash/gnucash/commit/a9a0c210 (commit)
from https://github.com/Gnucash/gnucash/commit/cb98864f (commit)
commit 30cbf3074e44e868e2469d00656204e10796adc2
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Apr 2 15:24:56 2023 -0700
Fix misplaced static variable decl.
Why this compiled is a mystery. Since empty wasn't captured it should
have raised an unused variable for the outside the lambda declaration
and an undeclared variable for the use inside. Only gcc 7 raised the
first error and nothing noticed the second.
commit 609198295262b62eab66598c0ac760ea2ae0f84c
Merge: cb98864f7b a9a0c2104a
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Apr 2 14:30:29 2023 -0700
Merge Richard Cohen's 'fix-cmake-310-build' into stable.
commit a9a0c2104a8c628747ec5a27bfcc32d697658a89
Author: Richard Cohen <richard at daijobu.co.uk>
Date: Thu Mar 30 14:06:06 2023 +0100
Fix cmake 3.10 build
Summary of changes:
CMakeLists.txt | 8 ++++----
bindings/guile/gnc-optiondb.i | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
More information about the gnucash-patches
mailing list