Pisces Zhang
Pisces Zhang
fix gcc compilation warning due to accessing address of char *s after increment operation with inline condition expression. Closed #6 Closed #8
## Summary Compilation warning arise in `ezxml.c` for gcc-7 compiler to compare between signed integer(`-1`) and unsigned variable (`root->len`) within function `void ezxml_free(ezxml_t xml)`. It raises an _-Wsign-compare_ warning in...
## Summary Compilation warning arise in ezxml.c for gcc compiler to parse an inline expression of condition which breaks a while loop. The code snippet triggering the warning took place...
## execution environment OS: Linux Ubuntu 20.04.6 LTS Python: 3.8.10 iperf3 version : 3.1.7 (as Iperf server) iperf3-python version: 0.1.11 (as Iperf client) ## issue description I wrapped `iperf3-python` toolkit...