Imported Upstream version 3.10
[debian/elilo] / inflate.c
index 843c93be3e046b267b5509662c099bf78ce54ef5..157dfc2f466967f236f7d703bb9794e524e0dba1 100644 (file)
--- a/inflate.c
+++ b/inflate.c
@@ -1094,10 +1094,10 @@ static int gunzip(void)
            error("Input has invalid flags\n");
            return -1;
     }
-    (ulg)get_byte();   /* Get timestamp */
-    ((ulg)get_byte()) << 8;
-    ((ulg)get_byte()) << 16;
-    ((ulg)get_byte()) << 24;
+    (void)get_byte();  /* Get timestamp - 4 bytes */
+    (void)get_byte();
+    (void)get_byte();
+    (void)get_byte();
 
     (void)get_byte();  /* Ignore extra flags for the moment */
     (void)get_byte();  /* Ignore OS type for the moment */