Warning fix.
authortwisti <none@none>
Wed, 17 Nov 2004 11:45:46 +0000 (11:45 +0000)
committertwisti <none@none>
Wed, 17 Nov 2004 11:45:46 +0000 (11:45 +0000)
src/vm/unzip.c
unzip.c

index 9741848f318b9d1e5890351a570db04bba5c3d04..38578fba7d2157500d330ac56cb8671e0c4dba9d 100644 (file)
@@ -1303,7 +1303,7 @@ int cacao_locate(unzFile file,utf* filename) {
        char *szComment;
        uLong uSizeBuf;
 {
-       int err=UNZ_OK;
+  /* int err=UNZ_OK; */
        unz_s* s;
        uLong uReadThis ;
        if (file==NULL)
diff --git a/unzip.c b/unzip.c
index 9741848f318b9d1e5890351a570db04bba5c3d04..38578fba7d2157500d330ac56cb8671e0c4dba9d 100644 (file)
--- a/unzip.c
+++ b/unzip.c
@@ -1303,7 +1303,7 @@ int cacao_locate(unzFile file,utf* filename) {
        char *szComment;
        uLong uSizeBuf;
 {
-       int err=UNZ_OK;
+  /* int err=UNZ_OK; */
        unz_s* s;
        uLong uReadThis ;
        if (file==NULL)