gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Nov 18 17:31:04 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/a7225780 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f6a0e20a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fff486c2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/05049676 (commit)
	from  https://github.com/Gnucash/gnucash/commit/105ec1e4 (commit)



commit a7225780d635191d97321202b79cf8d49a93e349
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Nov 18 14:26:34 2016 -0800

    Add brackets around array instantion inside initializer list.
    
    See https://llvm.org/bugs/show_bug.cgi?id=21629 and
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25137 for the excrutiating
    details. Seems easier to just do what the compiler wants than to screw
    around with pragmas or disabling the warning.

commit f6a0e20aedf439bb57eb8fcd31e0cda81446fe25
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Nov 18 14:25:23 2016 -0800

    Remove EXTRA_DIST reference to as-scrub-includes.m4.
    
    File itself was removed in b905c4a.

commit fff486c208655301dd1f103aeae3b78cee2a66ee
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Nov 18 14:23:29 2016 -0800

    Remove std::move call that defeats RVO.

commit 05049676cb4c9e2d9599712644f0f17dd7b034ba
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Nov 18 14:21:40 2016 -0800

    Sync POTFILES.in with files added and removed by c++-backend.



Summary of changes:
 Makefile.am                              |  1 -
 po/POTFILES.in                           |  8 +++++++-
 src/backend/dbi/gnc-dbisqlconnection.cpp | 10 +++++-----
 src/libqof/qof/guid.cpp                  | 16 ++++++++--------
 4 files changed, 20 insertions(+), 15 deletions(-)



More information about the gnucash-patches mailing list