X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=inflate.c;h=157dfc2f466967f236f7d703bb9794e524e0dba1;hb=3384f0373c8758e5ddd08f489ad7110898dd5406;hp=843c93be3e046b267b5509662c099bf78ce54ef5;hpb=528b4479a96491431b243bf02da43c792962fb27;p=debian%2Felilo diff --git a/inflate.c b/inflate.c index 843c93b..157dfc2 100644 --- 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 */