X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=inflate.c;h=157dfc2f466967f236f7d703bb9794e524e0dba1;hb=HEAD;hp=843c93be3e046b267b5509662c099bf78ce54ef5;hpb=2344eb51e123a29ed29ed03e6b4d56190d8d7c43;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 */