summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-08 14:01:08 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-12 08:53:49 +0100
commit392b37cadf9dc5337b75b95aced92b72072ff448 (patch)
treece095f99862f1d657a63e429694e81fe3b75ae14 /shell
parent5cf40e38212016d568ac31c4b33731cf5bfb0a50 (diff)
WaE: comparison between signed and unsigned integer expressions
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/SysShExec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx
index c35e445b4b84..b4c656c1f9fa 100644
--- a/shell/source/win32/SysShExec.cxx
+++ b/shell/source/win32/SysShExec.cxx
@@ -161,7 +161,7 @@ namespace // private
oslFileError _mapError( DWORD dwError )
{
- int i;
+ unsigned i;
/* check the table for the OS error code */
for ( i = 0; i < ERRTABLESIZE; ++i )