Wireshark-commits: [Wireshark-commits] rev 25916: /trunk/plugins/infiniband/ /trunk/plugins/infinib
Date: Mon, 04 Aug 2008 16:36:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25916

User: martinm
Date: 2008/08/04 09:36 AM

Log:
 Declare next_tvb volatile.  This prevents the warning:
 
     packet-infiniband.c:806: warning: variable 'next_tvb' might be clobbered by `longjmp' or `vfork'
 
 seen with gcc 3.4.6 (building for 32-bits on a pentium 4).

Directory: /trunk/plugins/infiniband/
  Changes    Path                   Action
  +1 -1      packet-infiniband.c    Modified