aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-03-20 14:27:13 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-03-20 14:27:13 +0000
commitd8087438e9ae5e4882893492fe295bf0ee235b46 (patch)
tree0f48c5b9c87bdc586ec94f4cfe5bfe68d1059937
parent54df000b3aef0af5d700634947bc63dd11bc26c4 (diff)
ifdef out a function that is not yet used to get rid of a compiler warning
packet-bacapp.c:4269: warning: `fDeviceObjectPropertyReference' defined but not used svn path=/trunk/; revision=21068
-rw-r--r--epan/dissectors/packet-bacapp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bacapp.c b/epan/dissectors/packet-bacapp.c
index 314bb6572e..797d340642 100644
--- a/epan/dissectors/packet-bacapp.c
+++ b/epan/dissectors/packet-bacapp.c
@@ -4264,6 +4264,7 @@ fObjectPropertyValue (tvbuff_t *tvb, proto_tree *tree, guint offset)
}
#endif
+#if 0
static guint
fDeviceObjectPropertyReference (tvbuff_t *tvb, proto_tree *tree, guint offset)
{
@@ -4285,6 +4286,7 @@ fDeviceObjectPropertyReference (tvbuff_t *tvb, proto_tree *tree, guint offset)
}
return offset;
}
+#endif
static guint
fPriorityArray (tvbuff_t *tvb, proto_tree *tree, guint offset)