You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The type of `TEST_MSG_LEN` is `size_t`, which may conflict with `%lu`
when compiling on a RISC-V 32 system.
- Casting it to unsigned long int resolves the compile-time error.
Signed-off-by: willieyz <willie.zhao@chelpis.com>
0 commit comments