https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5522

Alexis La Goutte <alexis.lagou...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6089|                            |review_for_checkin?
               Flag|                            |

--- Comment #13 from Alexis La Goutte <alexis.lagou...@gmail.com> 2011-03-28 
06:32:43 PDT ---
Created an attachment (id=6089)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6089)
Fix clang Warning for ATMTCP Dissector

A small patch to fix Clang Warning :

ANALYZE: packet-atmtcp.c dissect_atmtcp
packet-atmtcp.c:95:5: warning: Value stored to 'offset' is never read
    offset +=4;
    ^        ~
packet-atmtcp.c:93:5: warning: Value stored to 'length' is never read
    length = tvb_get_ntohl(tvb, offset);

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to