Wireshark-commits: [Wireshark-commits] rev 38441: /trunk/gtk/ /trunk/gtk/: prefs_dlg.c
Date: Wed, 10 Aug 2011 04:42:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38441

User: wmeier
Date: 2011/08/09 09:42 PM

Log:
 Update a comment about hack used to prevent gcc "unused_result" warning for strtoul() call.
 
 Specifically: The following hack prevents a gcc "unused_result" warning and
 is not flagged (currently) by either Coverity or CLang.
    if (strtoul(...){}

Directory: /trunk/gtk/
  Changes    Path           Action
  +2 -2      prefs_dlg.c    Modified