]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Fix some warnings in tests.
authorVincent Bernat <bernat@luffy.cx>
Sat, 26 Sep 2009 06:21:00 +0000 (08:21 +0200)
committerVincent Bernat <bernat@luffy.cx>
Tue, 29 Sep 2009 14:44:58 +0000 (16:44 +0200)
commitf0824c4aa5ec5d5d265c5276d7ecec4177b70a78
tree278cf01dc6046f14e0d34cba39c83cf95df00628
parent91a36cea4b324ab7f1261b6c2f4291a1a0715733
Fix some warnings in tests.

In C99, large integers are put in long long instead of unsigned long
int in C90. Or something like that.
tests/check_pack.c