aboutsummaryrefslogtreecommitdiff
path: root/rb.c
diff options
context:
space:
mode:
Diffstat (limited to 'rb.c')
-rw-r--r--rb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rb.c b/rb.c
index 1a9e873..ac21ec8 100644
--- a/rb.c
+++ b/rb.c
@@ -114,6 +114,7 @@ uncle(node n)
114void 114void
115verify_properties(rbtree t) 115verify_properties(rbtree t)
116{ 116{
117 (void) t;
117#ifdef VERIFY_RBTREE 118#ifdef VERIFY_RBTREE
118 verify_property_1(t->root); 119 verify_property_1(t->root);
119 verify_property_2(t->root); 120 verify_property_2(t->root);