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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 8 Sep 2013 12:22:00 -0700
On Sep 8, 2013, at 8:05 AM, eapache@xxxxxxxxxxxxx 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 doesn't cast away those warnings (or fix them if they're real issues).