libboost/libboost-1.35.0-debug.patch

15 lines
491 B
Diff
Raw Permalink Normal View History

--- boost_1_35_0/tools/jam/src/debug.c 2006-09-20 06:03:20.000000000 +0200
+++ boost_1_35_0-gil/tools/jam/src/debug.c 2008-07-21 12:19:18.000000000 +0200
@@ -112,9 +112,8 @@
profile_total.memory += p->memory;
}
printf("%10d %12.6f %12.6f %12.8f %10d %10d %s\n",
- p->num_entries,
- cumulative,net,q,
- p->memory, mem_each,
+ (int) p->num_entries, (int) p->cumulative, (int) p->net, q,
+ (int) p->memory, (int) mem_each,
p->name);
}