gnucash master: Fix build on older versions of gcc
John Ralls
jralls at code.gnucash.org
Sun Dec 7 16:58:07 EST 2014
Updated via https://github.com/Gnucash/gnucash/commit/4654f49d (commit)
from https://github.com/Gnucash/gnucash/commit/495c939c (commit)
commit 4654f49d5c36832fb65505872cb10b9b21c58f2d
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Dec 7 13:57:55 2014 -0800
Fix build on older versions of gcc
Gcc 4.7 thinks there's a conflict with C99 stdint macros and C++, even with -std=c++11.
Summary of changes:
src/libqof/qof/gnc-int128.cpp | 2 --
src/libqof/qof/gnc-int128.hpp | 9 +++++++--
2 files changed, 7 insertions(+), 4 deletions(-)
More information about the gnucash-patches
mailing list