Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41227: /trunk/epan/ /trunk/epan/: tvbuff.c

Date: Tue, 28 Feb 2012 17:44:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41227

User: jmayer
Date: 2012/02/28 09:44 AM

Log:
 Fix several messages of type:
 epan/tvbuff.c: In function ‘tvb_get_bits16’:
 epan/tvbuff.c:1736:82: error: unused parameter ‘encoding’ [-Werror=unused-parameter]
 
 Compilation still fails with:
 epan/tvbuff.c: In function ‘_tvb_get_bits64’:
 epan/tvbuff.c:1829:19: error: ‘value’ may be used uninitialized in this function [-Werror=uninitialized

Directory: /trunk/epan/
  Changes    Path          Action
  +6 -6      tvbuff.c      Modified