diff options
| author | Tomoyuki Sahara <[email protected]> | 2013-11-20 12:14:54 +0900 |
|---|---|---|
| committer | Tomoyuki Sahara <[email protected]> | 2013-11-20 12:14:54 +0900 |
| commit | e641e9a380aeda07ccd99ee9d64724bf56a0f624 (patch) | |
| tree | fc958c43806bb5cb7380f5c11f745a63901945af /src | |
| parent | 2245818f913e1686d646e308770bcbcb773066ac (diff) | |
| download | mruby-e641e9a380aeda07ccd99ee9d64724bf56a0f624.tar.gz mruby-e641e9a380aeda07ccd99ee9d64724bf56a0f624.zip | |
suppress a compiler warning.
Diffstat (limited to 'src')
| -rw-r--r-- | src/pack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pack.c b/src/pack.c index 23bc6e667..e9550b501 100644 --- a/src/pack.c +++ b/src/pack.c @@ -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; } |
