Python plugin: fix compiler warning
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 14 Aug 2016 17:51:34 +0000 (19:51 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 14 Aug 2016 17:51:34 +0000 (19:51 +0200)
commit1a9ccb9ef0d79a9f744daf9941447f944651bd60
tree8a039ed8563245c4dade5146cdb782f65c06d9bb
parente35c68e1999cab48e8b912f7e90b535d1afe9353
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) {
                                           ~ ^ ~~~
src/python.c