Why do you change all function argumentns to use _U_ ?

_U_ is only used to mark a parameter as unused so that the compiler
will not emit any warnings "parameter foo is never used".

You only set this _U_ for arguments that are indeed never used inside
the function to suppress these kinds of compiler warnings.


Can you resubmit the patch after removing and reviewing these _U_ changes?


On 3/27/07, Martin Sustrik <[EMAIL PROTECTED]> wrote:
> Hi Ronnie,
>
> here's a patch to AMQP dissector. The only change is that when there are
> seceral AMQP frames in single TCP packet, all of them are referred in
> the info column.
>
> Can you check it in?
>
> Thanks.
> Martin
>
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to