diff options
| author | gingerBill <bill@gingerbill.org> | 2023-09-26 12:40:35 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-09-26 12:40:35 +0100 |
| commit | 4c328d83ba31e867a51668a3f91348a5e80b737c (patch) | |
| tree | c023cdfacf3209f47f8fad885668b83501c4c9d6 /src | |
| parent | 9911b132d2993ade7120906ff93a326429c440f5 (diff) | |
Fix #2817
Diffstat (limited to 'src')
| -rw-r--r-- | src/check_stmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_stmt.cpp b/src/check_stmt.cpp index cb1aa86ab..3f1b9611c 100644 --- a/src/check_stmt.cpp +++ b/src/check_stmt.cpp @@ -1893,7 +1893,7 @@ gb_internal void check_value_decl_stmt(CheckerContext *ctx, Ast *node, u32 mod_f } if (is_arch_wasm() && e->Variable.thread_local_model.len != 0) { - error(e->token, "@(thread_local) is not supported for this target platform"); + // error(e->token, "@(thread_local) is not supported for this target platform"); } |