aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-20 14:27:13 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-20 14:27:13 +0000
commit3a8c2d45908c84116b34045a93ad3b311dfa45b6 (patch)
tree0f48c5b9c87bdc586ec94f4cfe5bfe68d1059937 /epan/dissectors/packet-bacapp.c
parent1b1cd88622cf25f5e0a4855166102c2c7adc336c (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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21068 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-bacapp.c')
-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)