Skip to content

Commit

Permalink
suppress a compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahara committed Nov 20, 2013
1 parent 2245818 commit e641e9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ read_tmpl(mrb_state *mrb, struct tmpl *tmpl, int *dirp, int *typep, int *sizep,
break;
default:
dir = PACK_DIR_INVALID;
type = PACK_TYPE_NONE;
break;
}

Expand Down

0 comments on commit e641e9a

Please sign in to comment.