The return of the get_array_size() is used as a limit in a loop, being compared with an unsigned index (indexes are always unsigned). To avoid the -Wsign-compare warning, let's cast the return of the get_array_size() to unsigned and make GCC happier. |
||
|---|---|---|
| python_modules | ||
| spice1.proto | ||
| spice_codegen.py | ||
| spice.proto | ||