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-07-25 11:06:41 +08:00
2024-07-23 16:34:47 +08:00
2024-08-03 21:05:18 +08:00
2024-05-08 09:30:29 +08:00
2024-06-19 14:50:46 +08:00
2024-07-23 16:34:47 +08:00
2024-07-22 13:30:00 +08:00
2024-08-02 09:17:12 +08:00
2023-03-25 09:39:20 +08:00