aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2005-12-06 12:50:11 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2005-12-06 12:50:11 +0000
commitc41cac42859bd85b4b73dc757cffb75744846797 (patch)
treed86a80f9f7143080d53398422f982aa304eccc78 /epan/ftypes
parenta5bfb48c2f4a3081115018932877f86fb6b01ff3 (diff)
mark unused parameter
svn path=/trunk/; revision=16700
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/ftype-bytes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ftypes/ftype-bytes.c b/epan/ftypes/ftype-bytes.c
index acb9b3373a..38072e519b 100644
--- a/epan/ftypes/ftype-bytes.c
+++ b/epan/ftypes/ftype-bytes.c
@@ -342,7 +342,7 @@ guid_from_unparsed(fvalue_t *fv, char *s, gboolean allow_partial_value, LogFunc
}
static gboolean
-oid_from_unparsed(fvalue_t *fv, char *s, gboolean allow_partial_value, LogFunc logfunc)
+oid_from_unparsed(fvalue_t *fv, char *s, gboolean allow_partial_value _U_, LogFunc logfunc)
{
GByteArray *bytes;
gboolean res;