]> The Tcpdump Group git mirrors - tcpdump/commit
afs/rx: try to suppress "conditional expression is constant" warnings
authorGuy Harris <[email protected]>
Mon, 25 May 2020 23:14:54 +0000 (16:14 -0700)
committerGuy Harris <[email protected]>
Mon, 25 May 2020 23:14:54 +0000 (16:14 -0700)
commit6c89de6b90d43daf8a9d576cf07126f490cb0995
tree6b2ac8bfcc7a8b7083e58d528e7eb5c6e83757fd
parent4e7dd26c54d6c4e181b26f3691334951fffe6caf
afs/rx: try to suppress "conditional expression is constant" warnings

VECOUT() is always called with a constant argument; make that a
characteristic, and declare the array to be of the proper size, so we
don't need to do the test.
print-rx.c