Ethereal-dev: RE: [Ethereal-dev] GIOP + idl2eth

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Frank Singleton (EUS)" <Frank.Singleton@xxxxxxxxxxxxxxx>
Date: Fri, 8 Jun 2001 07:33:26 -0500
Title: RE: [Ethereal-dev] GIOP + idl2eth

>There are some static routines in "packet-giop.c" that aren't use in
>"packet-giop.c":
>
>       delete_in_objkey_hash()
>
>       IOR_to_string()
>
>       write_IOR_strings_to_file()
>
>       giop_dump_collection()
>
>Can they be removed?


Hi Guy,

They are to be implemented, but are empty functions
at the moment, except for giop_dump_collection()
which is used for debugging purposes, so must be kept.

If you need to kill the compiler warnings,
you can delete all except giop_dump_collection().

Hmm, how do you skip the warning for this function that
is only called from inside "#if DEBUG".
Do i call it with some dummy argument somewhere, so that it  just returns ?

Thanks / Frank..