]> git.puffer.fish Git - mirror/frr.git/commit
lib: silence type range warning in macro
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 3 Mar 2015 07:56:48 +0000 (08:56 +0100)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 15:33:29 +0000 (15:33 +0000)
commit5eafab7614e5bcb0901d670c1d24eac83ae36cea
tree9ccf8ce277578eba97960d2d885f8851df8f5519
parent07e54734a1be148dcd87f2edc8b0a35e71e13985
lib: silence type range warning in macro

While splitting up the CLI input macro is a bit annoying, this seems to
be the least annoying way to get rid of the "< 0" comparison warning for
unsigned long.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 81a4e85442e2011a47bbb25e8301dc40ec4ed9b6)
lib/keychain.c