[Lemon-commits] [lemon_svn] deba: r2844 - hugo/trunk/benchmark
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:50:45 CET 2006
Author: deba
Date: Wed Jul 12 12:38:11 2006
New Revision: 2844
Modified:
hugo/trunk/benchmark/swap_bipartite_bench.cc
Log:
Resolving: Bug #51
Modified: hugo/trunk/benchmark/swap_bipartite_bench.cc
==============================================================================
--- hugo/trunk/benchmark/swap_bipartite_bench.cc (original)
+++ hugo/trunk/benchmark/swap_bipartite_bench.cc Wed Jul 12 12:38:11 2006
@@ -27,6 +27,7 @@
int urandom(int n) {
static int seed = _urandom_init();
+ ignore_unused_variable_warning(seed);
return (int)(rand() / (1.0 + RAND_MAX) * n);
}
More information about the Lemon-commits
mailing list