зеркало из https://github.com/mozilla/gecko-dev.git
af7d5859d7
dom/media/ipc/RDDProcessManager.cpp(320,21): error: comparison of integers of different signs: 'base::ProcessId' (aka 'unsigned long') and 'int' [-Werror,-Wsign-compare] gpuProcessPid != -1 ? gpuProcessPid : base::GetCurrentProcId(); ~~~~~~~~~~~~~ ^ ~~ dom/media/ipc/RDDProcessManager.cpp(332,21): error: comparison of integers of different signs: 'base::ProcessId' (aka 'unsigned long') and 'int' [-Werror,-Wsign-compare] if (gpuProcessPid != -1) { ~~~~~~~~~~~~~ ^ ~~ gfx/layers/ipc/SharedSurfacesParent.cpp(360,38): error: comparison of integers of different signs: 'base::ProcessId' (aka 'unsigned long') and 'int' [-Werror,-Wsign-compare] if (!gpm || gpm->GPUProcessPid() != -1) { ~~~~~~~~~~~~~~~~~~~~ ^ ~~ ipc/glue/MessageChannel.cpp(2145,13): error: comparison of integers of different signs: 'int32_t' (aka 'int') and 'const base::ProcessId' (aka 'const unsigned long') [-Werror,-Wsign-compare] if (pid != base::kInvalidProcessId && ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~ Differential Revision: https://phabricator.services.mozilla.com/D144688 |
||
---|---|---|
.. | ||
app | ||
chromium | ||
contentproc | ||
docs | ||
glue | ||
gtest | ||
ipdl | ||
mscom | ||
testshell | ||
moz.build | ||
pull-chromium.py |