Wireshark-commits: [Wireshark-commits] rev 47153: /trunk/epan/ftypes/ /trunk/epan/ftypes/: ftype-tv

Date: Fri, 18 Jan 2013 19:27:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47153

User: eapache
Date: 2013/01/18 11:27 AM

Log:
 Make the buffer argument to FvalueToStringRepr functions volatile
 and use that to fix a -Wclobbered error that bleeding-edge GCC throws
 on tvbuff types.
 
 Also remove a variable that looked like it was being used to hide the error
 before GCC got clever.

Directory: /trunk/epan/ftypes/
  Changes    Path              Action
  +5 -7      ftype-tvbuff.c    Modified
  +1 -1      ftypes.h          Modified