Wireshark-commits: [Wireshark-commits] rev 36739: /trunk/wiretap/ /trunk/wiretap/: file_access.c
Date: Wed, 20 Apr 2011 18:04:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36739

User: guy
Date: 2011/04/20 11:04 AM

Log:
 Sigh.  The "data" element of a GArray is, alas, a "gchar *", not a "void
 *", and some compilers complain when you cast that pointer to something
 requiring stricter alignment.  Maybe the intent is to nudge you into
 thinking about whether the pointer really is properly aligned, but....

Directory: /trunk/wiretap/
  Changes    Path             Action
  +4 -4      file_access.c    Modified