commit | 0bc874b88cf86fca4b18f3672a441ed142fc499d | [log] [tgz] |
---|---|---|
author | Donald Sharp <sharpd@cumulusnetworks.com> | Wed Jul 29 19:16:13 2015 -0400 |
committer | Paul Jakma <paul@quagga.net> | Thu Sep 24 15:26:44 2015 +0100 |
tree | 35781fe9f0d71c7df85fe07c3461553eb4901215 | |
parent | fbc3e97d747862fd47f711c9f15b8166bdf94b18 [diff] |
build/arm: Arm compilation warning fix The arm cross compiler is issuing warnings for signed/unsigned comparisons for ntohs. ntohs returns a unsigned int, while the counting variables are signed. Fixed to allow -Werror to work properly Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>