[Development] Qt dev does not compile with GCC 5.1

Guido Seifert wargand at gmx.de
Wed Apr 29 00:42:46 CEST 2015


Hi, little head start for you guys :-)
Today I compiled a fresh GCC 5.1.0. Then I tried to compile a very fresh Qt (today's dev branch) with it.
This is the result:

In file included from gen/blink/bindings/core/v8/V8GeneratedCoreBindings01.cpp:34:0:
gen/blink/bindings/core/v8/V8NodeFilter.cpp: In function ‘void blink::installV8NodeFilterTemplate(v8::Handle<v8::FunctionTemplate>, v8::Isolate*)’:
gen/blink/bindings/core/v8/V8NodeFilter.cpp:93:5: error: narrowing
conversion of ‘4294967295u’ from ‘unsigned int’ to ‘int’ inside { }

So, not really Qt, but 3rd party or not... not compiling through is not compiling through.

Guido



More information about the Development mailing list