Guy Harris
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 Guy Harris
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.