From: Martin Willi Date: Wed, 2 Jul 2008 08:16:43 +0000 (-0000) Subject: fixed another compiler warning X-Git-Tag: 4.2.5~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5848e473e81ed2b48924b331d60feee5f21a1916;p=thirdparty%2Fstrongswan.git fixed another compiler warning --- diff --git a/scripts/bin2sql.c b/scripts/bin2sql.c index 5c8176d90e..4f83dd3f2f 100644 --- a/scripts/bin2sql.c +++ b/scripts/bin2sql.c @@ -6,7 +6,7 @@ */ int main(int argc, char *argv[]) { - int i, end = 0; + int end = 0; unsigned char byte; printf("X'");