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 /arm64 | |
parent | e7a387585992a9378ba2f2319c2408c62a0b14e8 (diff) | |
download | roux-f1c865f4bc7dff5a5d844049a73ad82463186e9f.tar.gz |
more compiler warnings...
Diffstat (limited to 'arm64')
-rw-r--r-- | arm64/abi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm64/abi.c b/arm64/abi.c index 17ea1d1..1c97ef3 100644 --- a/arm64/abi.c +++ b/arm64/abi.c @@ -72,6 +72,7 @@ isfloatv(Typ *t, char *cls) case FTyp: if (isfloatv(&typ[f->len], cls)) break; + /* fall through */ default: return 0; } |