-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129120/
-----------------------------------------------------------
Review request for kdelibs.
Repository: kdelibs
Description
-------
Without it i get
build/khtml/kjs_traversal.lut.h:54:1: error: narrowing conversion of
‘(DOM::NodeFilter::ShowCode)4294967295u’ from ‘unsigned int’ to ‘int’ inside {
} [-Wnarrowing]
The fix is just actually forcing the conversion that i guess is what older gcc
have been doing all along.
Diffs
-----
kjs/create_hash_table 94f3e43
Diff: https://git.reviewboard.kde.org/r/129120/diff/
Testing
-------
Thanks,
Albert Astals Cid