aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtse.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-07-17 13:12:50 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-07-17 13:12:50 +0000
commitbabe6229874376888afd728250e389c855d761a4 (patch)
tree1963676cb222265edccef8b3928aabb53b459e17 /epan/dissectors/packet-rtse.c
parenta8016f6a57056e5af2304d8216b97841f945bef7 (diff)
Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is unsigned only in ISO C90' warning
svn path=/trunk/; revision=43764
Diffstat (limited to 'epan/dissectors/packet-rtse.c')
-rw-r--r--epan/dissectors/packet-rtse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rtse.c b/epan/dissectors/packet-rtse.c
index 464d24ea82..c7ed0db1cb 100644
--- a/epan/dissectors/packet-rtse.c
+++ b/epan/dissectors/packet-rtse.c
@@ -1003,7 +1003,7 @@ void proto_register_rtse(void) {
NULL, HFILL }},
/*--- End of included file: packet-rtse-hfarr.c ---*/
-#line 356 "../../asn1/rtse/packet-rtse-template.c"
+#line 355 "../../asn1/rtse/packet-rtse-template.c"
};
/* List of subtrees */
@@ -1025,7 +1025,7 @@ void proto_register_rtse(void) {
&ett_rtse_CallingSSuserReference,
/*--- End of included file: packet-rtse-ettarr.c ---*/
-#line 365 "../../asn1/rtse/packet-rtse-template.c"
+#line 364 "../../asn1/rtse/packet-rtse-template.c"
};
module_t *rtse_module;