Re: [Wireshark-dev] -Werror for Qt code

2013-09-08 Thread David Arnold
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

Re: [Wireshark-dev] -Werror for Qt code

2013-09-08 Thread Evan Huus
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"

[Wireshark-dev] -Werror for Qt code

2013-09-08 Thread Guy Harris
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