From 2aff35215fbe24459aa4057d5b31ea7490046ca6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 30 Jul 2008 05:12:46 -0400 Subject: Enabled a huge number of warning flags for g++ in acprep, and fixed them all except for several unused parameter warnings (because there is so much code still #if 0'd out), and one implicit conversion from long long to long which still has to be dealt with. --- xact.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xact.h') diff --git a/xact.h b/xact.h index 62b4e40c..319e4ad8 100644 --- a/xact.h +++ b/xact.h @@ -93,6 +93,7 @@ class xact_t : public supports_flags<>, public scope_t } xact_t(const xact_t& xact) : supports_flags<>(xact), + scope_t(), entry(xact.entry), state(xact.state), account(xact.account), -- cgit v1.2.3