The CI with -Werror is failing since bug 1466702 landed. The warning is: ```/var/lib/jenkins/workspace/firefox-clang-lld-last/dom/vr/VRServiceTest.cpp:635:17: error: result of comparison 'uint32_t' (aka 'unsigned int') > 4294967295 is always false [-Werror,-Wtautological-type-limit-compare] if (aDuration > 0xffffffff) { ~~~~~~~~~ ^ ~~~~~~~~~~ /var/lib/jenkins/workspace/firefox-clang-lld-last/dom/vr/VRServiceTest.cpp:644:17: error: result of comparison 'uint32_t' (aka 'unsigned int') > 4294967295 is always false [-Werror,-Wtautological-type-limit-compare] if (aDuration > 0xffffffff) { ~~~~~~~~~ ^ ~~~~~~~~~~ ``` Kip, could you please have a look? Thanks
Bug 1562453 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The CI with -Werror is failing since bug 1466702 landed. The warning is: ``` /var/lib/jenkins/workspace/firefox-clang-lld-last/dom/vr/VRServiceTest.cpp:635:17: error: result of comparison 'uint32_t' (aka 'unsigned int') > 4294967295 is always false [-Werror,-Wtautological-type-limit-compare] if (aDuration > 0xffffffff) { ~~~~~~~~~ ^ ~~~~~~~~~~ /var/lib/jenkins/workspace/firefox-clang-lld-last/dom/vr/VRServiceTest.cpp:644:17: error: result of comparison 'uint32_t' (aka 'unsigned int') > 4294967295 is always false [-Werror,-Wtautological-type-limit-compare] if (aDuration > 0xffffffff) { ~~~~~~~~~ ^ ~~~~~~~~~~ ``` Kip, could you please have a look? Thanks