diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-17 20:52:23 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-17 20:52:23 +0300 |
| commit | 0d4e9292d85a169f881926556992d4ae12dcb6f4 (patch) | |
| tree | 99229dbacc2f679772ae9ef897b09da0c664b2ff /src/lower.c | |
| parent | 395efb9c8a0a0160a7b95769e9484bae5548bbde (diff) | |
| download | ek-0d4e9292d85a169f881926556992d4ae12dcb6f4.tar.gz ek-0d4e9292d85a169f881926556992d4ae12dcb6f4.zip | |
actually enable clang compilation and apply fixes
Diffstat (limited to 'src/lower.c')
| -rw-r--r-- | src/lower.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lower.c b/src/lower.c index 4093cbf..e6c147f 100644 --- a/src/lower.c +++ b/src/lower.c @@ -128,6 +128,7 @@ static bool is_small_type(struct type *type) return true; default: + break; } return false; |
