Huang Qi
c3dd5598f6
Fix a compilation warning (#3682)
Fix:
```
wamr/core/iwasm/compilation/aot_llvm.c: In function ‘insert_native_symbol’:
wamr/core/iwasm/compilation/aot_llvm.c:3290:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
3290 | if (ret < 0 || ret + 1 > sizeof(sym->symbol)) {
| ^
```
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2024-08-03 21:05:18 +08:00
..
2024-02-20 18:12:36 +08:00
2024-08-03 21:05:18 +08:00
2024-07-30 07:50:34 +08:00
2024-06-25 10:04:39 +08:00
2024-07-16 09:50:11 +08:00