Wireshark-commits: [Wireshark-commits] rev 39463: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 18 Oct 2011 23:21:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39463

User: alagoutte
Date: 2011/10/18 04:21 PM

Log:
 Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
 packet-btamp.c:xxx:y: warning: Value stored to 'offset' is never read (x14)

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