[Lemon-commits] [lemon_svn] deba: r2481 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:53:00 CET 2006
Author: deba
Date: Wed Jan 25 17:44:19 2006
New Revision: 2481
Modified:
hugo/trunk/lemon/bin_heap.h
hugo/trunk/lemon/fib_heap.h
hugo/trunk/lemon/linear_heap.h
hugo/trunk/lemon/radix_heap.h
Log:
Omitting warnings
Modified: hugo/trunk/lemon/bin_heap.h
==============================================================================
--- hugo/trunk/lemon/bin_heap.h (original)
+++ hugo/trunk/lemon/bin_heap.h Wed Jan 25 17:44:19 2006
@@ -283,6 +283,8 @@
}
iim[i] = st;
break;
+ case IN_HEAP:
+ break;
}
}
Modified: hugo/trunk/lemon/fib_heap.h
==============================================================================
--- hugo/trunk/lemon/fib_heap.h (original)
+++ hugo/trunk/lemon/fib_heap.h Wed Jan 25 17:44:19 2006
@@ -233,6 +233,8 @@
}
iimap[i] = st;
break;
+ case IN_HEAP:
+ break;
}
}
Modified: hugo/trunk/lemon/linear_heap.h
==============================================================================
--- hugo/trunk/lemon/linear_heap.h (original)
+++ hugo/trunk/lemon/linear_heap.h Wed Jan 25 17:44:19 2006
@@ -299,6 +299,8 @@
}
index[i] = st;
break;
+ case IN_HEAP:
+ break;
}
}
@@ -487,6 +489,8 @@
}
index[i] = st;
break;
+ case IN_HEAP:
+ break;
}
}
Modified: hugo/trunk/lemon/radix_heap.h
==============================================================================
--- hugo/trunk/lemon/radix_heap.h (original)
+++ hugo/trunk/lemon/radix_heap.h Wed Jan 25 17:44:19 2006
@@ -422,6 +422,8 @@
}
iim[i] = st;
break;
+ case IN_HEAP:
+ break;
}
}
More information about the Lemon-commits
mailing list