Ethereal-cvs: [Ethereal-cvs] rev 14355: /trunk/epan/dissectors/: packet-sip.c

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

Date: Thu, 12 May 2005 02:56:07 -0000
User: guy
Date: 2005/05/11 09:56 PM

Log:
 Squelch a compiler warning (GCC 4.0's data flow analysis is
 interprocedural, so it knows "sip_parse_line()" doesn't always set
 "*token_1_len", but it doesn't know that if it doesn't return OTHER_LINE
 it *does* always set it, so it's safe not to set it as long as it's
 never used if the return value is OTHER_LINE).

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +2 -2      packet-sip.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=14355&view=rev