author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 14 Aug 2016 17:51:34 +0000 (19:51 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 14 Aug 2016 17:51:34 +0000 (19:51 +0200) | ||
commit | 1a9ccb9ef0d79a9f744daf9941447f944651bd60 | |
tree | 8a039ed8563245c4dade5146cdb782f65c06d9bb | tree | snapshot |
parent | e35c68e1999cab48e8b912f7e90b535d1afe9353 | commit | diff |
Python plugin: fix compiler warning
python.c:397:25: warning: comparison of integers of different signs:
'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for (size_t i = 0; i < num; ++i) {
~ ^ ~~~
python.c:397:25: warning: comparison of integers of different signs:
'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for (size_t i = 0; i < num; ++i) {
~ ^ ~~~
src/python.c | diff | blob | history |