Avoid harmless warning about comparing unsigned with 0.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Feb 2013 16:16:00 +0000 (16:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Feb 2013 16:16:00 +0000 (16:16 +0000)
commit8f9e2a55589659788bdcbf7723e2d5103ae419c1
tree780367d9c610ff5c31f1289d56b2ea4f29e03452
parent8f48176bbfdf0216130e45c8aacb235c596b9629
Avoid harmless warning about comparing unsigned with 0.

Fix warning in assert in wxProcess::SetPriority(): don't compare unsigned
priority with wxPRIORITY_MIN which is just 0, the condition is always true.

Closes #14931.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/process.cpp