]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In sys/contrib/ngatm/netnatm/msg/uni_ie.c, fix a few warnings from newer
authordim <dim@FreeBSD.org>
Mon, 5 Nov 2012 19:00:25 +0000 (19:00 +0000)
committerdim <dim@FreeBSD.org>
Mon, 5 Nov 2012 19:00:25 +0000 (19:00 +0000)
commit04703cf7a9873a9b98bdf81ca1dfb5ad6c8ef4f4
treec476c183f57f6e51802d74200cf6470750608399
parent9413d826123906120b1317ad76bcc03cada2f98a
In sys/contrib/ngatm/netnatm/msg/uni_ie.c, fix a few warnings from newer
versions of clang 3.2, about comparing enum uni_cause values against
integer constants which fall outside the enum range.  No functional
change.

MFC after: 3 days
sys/contrib/ngatm/netnatm/msg/uni_ie.c