Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8310] "implicit conversion shortens 64-bit value into a 32

Date: Mon, 11 Feb 2013 07:00:36 +0000

changed bug 8310

What Removed Added
Status UNCONFIRMED RESOLVED
Resolution --- FIXED
Summary Cast needed to suppress "implicit conversion shortens 64-bit value into a 32-bit value" "implicit conversion shortens 64-bit value into a 32-bit value" warning in native-OS X-GTK+ drag-and-drop code path

Comment # 2 on bug 8310 from
Actually, the right fix is to make length a size_t and then cast away the
problem at the point of the impedance mismatch, i.e. in the
gtk_selection_data_set() call, which takes an int rather than a size_t as its
last argument.

Done in rev 47628.


You are receiving this mail because:
  • You are watching all bug changes.