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
This commit is contained in:
Ronnie Sahlberg 2007-03-20 14:27:13 +00:00
parent 54df000b3a
commit d8087438e9
1 changed files with 2 additions and 0 deletions

View File

@ -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)