diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2018-04-26 22:59:30 +0200 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2018-04-26 22:59:30 +0200 |
commit | f1c865f4bc7dff5a5d844049a73ad82463186e9f (patch) | |
tree | 7b83c71a1ab77b86507b11f6e823d85eed4da397 /load.c | |
parent | e7a387585992a9378ba2f2319c2408c62a0b14e8 (diff) | |
download | roux-f1c865f4bc7dff5a5d844049a73ad82463186e9f.tar.gz |
more compiler warnings...
Diffstat (limited to 'load.c')
-rw-r--r-- | load.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/load.c b/load.c index 31d00bc..504b2d8 100644 --- a/load.c +++ b/load.c @@ -434,6 +434,7 @@ loadopt(Fn *fn) i->op = ext; break; } + /* fall through */ case Oload: i->op = Ocopy; break; |