On Wed, February 26, 2014 22:43:31 Milian Wolff wrote:
> But what about this:
>
> In file included from src/ecma/kjs_traversal.cpp:21:
> src/kjs_traversal.lut.h:49:18: error: constant expression evaluates to
> 4294967295 which cannot be narrowed to type 'int' [-Wc++11-narrowing]
>{ "SHOW_ALL",
Hey all,
apparently noone is trying to build khtml with clang. I spotted this one:
src/misc/AtomicString.cpp:175:28: error: non-constant-expression
cannot be narrowed from type 'int' to 'unsigned int' in initializer
list [-Wc++11-narrowing]
UCharBuffer buf = { s, length };