Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid unfounded gcc longjmp warning.
  • Loading branch information
madler committed Jan 24, 2015
1 parent 849b6f9 commit d21c4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pigz.c
Expand Up @@ -3419,7 +3419,7 @@ local void touch(char *path, time_t t)
call itself for recursive directory processing */
local void process(char *path)
{
int method = -1; /* get_header() return value */
volatile int method = -1; /* get_header() return value */
size_t len; /* length of base name (minus suffix) */
struct stat st; /* to get file type and mod time */
ball_t err; /* error information from throw() */
Expand Down

0 comments on commit d21c4d7

Please sign in to comment.