table plugin: fix build warning
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 23 May 2018 13:39:23 +0000 (15:39 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 23 May 2018 13:39:23 +0000 (15:39 +0200)
commit8a103937ee6bce58ae4c6564ba3a44caf4a0e5a2
tree8f284dc29f87715c5b646105585a055654d6d4bf
parentd81c51ba4e71e985ea73dde44fb5a7bf5adbf66a
table plugin: fix build warning

src/table.c:399:11: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
    if (r >= sizeof(vl.type_instance))
        ~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
src/table.c