diff options
Diffstat (limited to 'rb.c')
| -rw-r--r-- | rb.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -114,6 +114,7 @@ uncle(node n) | |||
| 114 | void | 114 | void |
| 115 | verify_properties(rbtree t) | 115 | verify_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); |
