From 513187a533a7660f6c178818727fdaac3953406d Mon Sep 17 00:00:00 2001 From: shattered <shattered@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Thu, 5 Apr 2007 20:27:22 +0000 Subject: [PATCH] Silence warning. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2392 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/cciss.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sm5/cciss.cpp b/sm5/cciss.cpp index 939f0730c..b947ca9fe 100644 --- a/sm5/cciss.cpp +++ b/sm5/cciss.cpp @@ -196,7 +196,7 @@ static int cciss_getlun(int device, int target, unsigned char *physlun, int repo if (report > 1) { - int i,j; + unsigned int i,j; unsigned char *stuff = (unsigned char *)luns; pout("\n===== [%s] DATA START (BASE-16) =====\n", "LUN DATA"); -- GitLab