aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-01-15 22:23:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-01-15 22:23:57 +0000
commit5bbef7d0c00787875e39f8f08980257e4f69e7d4 (patch)
tree2bd6b06649745eaa7f52e23f7906ae772b2797a0 /asn1
parent7e572a34c00e7dfa0362c7a45eed175f301d622a (diff)
Use G_GINT64_CONSTANT(hope it makes the OS X build bot happy).
Unused variables fix to camel. svn path=/trunk/; revision=24106
Diffstat (limited to 'asn1')
-rw-r--r--asn1/camel/packet-camel-template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index 9b37c7268d..b7ac5eb40a 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -366,7 +366,7 @@ dissect_camel_camelPDU(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, asn
/*--- dissect_camel_arg ------------------------------------------------------*/
static int
-dissect_camel_arg(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
+dissect_camel_arg(tvbuff_t *tvb _U_, packet_info *pinfo, proto_tree *tree _U_) {
int offset;
rose_ctx_t *rctx;
gint32 opcode;
@@ -390,7 +390,7 @@ dissect_camel_arg(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
/*--- dissect_camel_res -------------------------------------------------------*/
static int
-dissect_camel_res(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
+dissect_camel_res(tvbuff_t *tvb _U_, packet_info *pinfo, proto_tree *tree _U_) {
gint offset;
rose_ctx_t *rctx;
gint32 opcode;
@@ -413,7 +413,7 @@ dissect_camel_res(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
}
/*--- dissect_camel_err ------------------------------------------------------*/
static int
-dissect_camel_err(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
+dissect_camel_err(tvbuff_t *tvb _U_, packet_info *pinfo, proto_tree *tree _U_) {
int offset;
rose_ctx_t *rctx;
gint32 errcode;