[Interest] Qt dev branch - builds very noisy?
Thiago Macieira
thiago.macieira at intel.com
Tue Sep 16 16:13:59 CEST 2014
On Tuesday 16 September 2014 15:14:56 Marian Beermann wrote:
> With current qtbase dev branch I get tons of -Wlong-long warnings (gcc
-Wlong-long is not an acceptable switch. Remove it.
> is 4.9.1, OS is Arch Linux, configure below), all essentially refering
> to src/corelib/global/qglobal.h lines 192-194 (example below).
>
> What suprises me is that I'm building with C++11, so this shouldn't be
> an issue?
Exactly, remove the switch because long long is a type in C++11.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list