On 09/09/2013, at 5:22 AM, Guy Harris wrote:
> And disable the "warn me if a 64-bit value is being shortened to 32 bits"
> warning, because Qt 5 *itself* has code in headers that doesn't cast away
> those warnings (or fix them if they're real issues).
Or (on GCC platforms) include them using -i
On 2013-09-08, at 3:22 PM, Guy Harris wrote:
>
> On Sep 8, 2013, at 8:05 AM, eapa...@wireshark.org wrote:
>
>> Fix "seq_base could be used unitialized" warning. We should probably enable
>> -Werror for the qt code...
>
> And disable the "warn me if a 64-bit value is being shortened to 32 bits"
On Sep 8, 2013, at 8:05 AM, eapa...@wireshark.org wrote:
> Fix "seq_base could be used unitialized" warning. We should probably enable
> -Werror for the qt code...
And disable the "warn me if a 64-bit value is being shortened to 32 bits"
warning, because Qt 5 *itself* has code in headers that d