Wireshark mailing list archives

Re: [Wireshark-commits] rev 37601: /trunk/gtk/ /trunk/gtk/: dcerpc_stat.c graph_analysis.c prefs_dlg.c rtp_player.c sctp_assoc_analyse.c sctp_byte_graph_dlg.c sctp_graph_dlg.c sctp_stat.c


From: Guy Harris <guy () alum mit edu>
Date: Wed, 8 Jun 2011 01:23:11 -0700


On Jun 8, 2011, at 1:09 AM, Stig Bjørlykke wrote:

On Wed, Jun 8, 2011 at 12:52 AM,  <wmeier () wireshark org> wrote:
Log:
 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;

prefs_dlg.c: In function ‘pref_check’:
prefs_dlg.c:936:12: error: ignoring return value of ‘strtoul’,
declared with attribute warn_unused_result

Squelched with a (void) cast (it's only using strtoul() for the side-effects of setting the "pointer to the end of the 
number" argument and errno, in order to see whether the text value of the preference is a valid number or not).
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: