summaryrefslogtreecommitdiff
path: root/src/commodity.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-03-04 04:31:34 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-03-04 04:31:34 -0400
commit9d4e888ef57ef70acb22830c5bfb5e917208113e (patch)
treeb82484469989cfa6f546d1827dfd382b3de8dfe1 /src/commodity.cc
parent2d63c9364af57c732003afc7adddeb8ce62a1988 (diff)
downloadfork-ledger-9d4e888ef57ef70acb22830c5bfb5e917208113e.tar.gz
fork-ledger-9d4e888ef57ef70acb22830c5bfb5e917208113e.tar.bz2
fork-ledger-9d4e888ef57ef70acb22830c5bfb5e917208113e.zip
Cured several harmless compiler warnings
Diffstat (limited to 'src/commodity.cc')
-rw-r--r--src/commodity.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commodity.cc b/src/commodity.cc
index 243d2a6c..71658103 100644
--- a/src/commodity.cc
+++ b/src/commodity.cc
@@ -402,10 +402,12 @@ commodity_t::exchange(const amount_t& amount,
{
DEBUG("commodity.prices.add", "exchange: " << amount << " for " << cost);
DEBUG("commodity.prices.add", "exchange: is-per-unit = " << is_per_unit);
+#if defined(DEBUG_ON)
if (moment)
DEBUG("commodity.prices.add", "exchange: moment = " << *moment);
if (tag)
DEBUG("commodity.prices.add", "exchange: tag = " << *tag);
+#endif
commodity_t& commodity(amount.commodity());