From 5eac1ddafa2b1efd1f10547e2306540fc995e23d Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 7 Feb 2009 00:03:11 -0500 Subject: [PATCH] Suppress initialized variable compile warning in ata.c. --- src/ata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ata.c b/src/ata.c index 231761b..3318305 100644 --- a/src/ata.c +++ b/src/ata.c @@ -795,7 +795,7 @@ static void ata_detect() { // Device detection - int driveid, last_reset_driveid; + int driveid, last_reset_driveid=-1; for(driveid=0; driveid