aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls.h
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-07-15 21:53:52 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-07-15 21:53:52 +0000
commit42a3ceea663456c0ed35796896d20d33dbc35002 (patch)
treef2206246e333019f12f166c2422a1fe95c1753e6 /epan/dissectors/packet-mpls.h
parente37533ced74240d119227eeb51cc4c8bde177ba4 (diff)
Fix warning: ISO C restricts enumerator values to range of 'int'
svn path=/trunk/; revision=50641
Diffstat (limited to 'epan/dissectors/packet-mpls.h')
-rw-r--r--epan/dissectors/packet-mpls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mpls.h b/epan/dissectors/packet-mpls.h
index b12099539e..544dd47ff1 100644
--- a/epan/dissectors/packet-mpls.h
+++ b/epan/dissectors/packet-mpls.h
@@ -41,7 +41,7 @@ enum {
MPLS_LABEL_GACH = 13, /* aka GAL */
MPLS_LABEL_OAM_ALERT = 14,
MPLS_LABEL_MAX_RESERVED = 15,
- MPLS_LABEL_INVALID = 0xffffffff
+ MPLS_LABEL_INVALID = -1
};
/*