From 832427bdbad9c2e7ad9635ddc1cad05563d9d16a Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Tue, 22 May 2007 10:07:10 -0400 Subject: cleanup warnings found with -O2 --- random-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'random-test.c') diff --git a/random-test.c b/random-test.c index 3a38ae7a..90fca13f 100644 --- a/random-test.c +++ b/random-test.c @@ -261,7 +261,7 @@ static int fill_radix(struct btrfs_root *root, struct radix_tree_root *radix) { struct btrfs_path path; struct btrfs_key key; - unsigned long found; + unsigned long found = 0; int ret; int slot; int i; -- cgit v1.2.3