Kaydet (Commit) 2a951757 authored tarafından David Tardon's avatar David Tardon

WaE: comparison between signed and unsigned integer expressions

üst a81dca11
...@@ -2396,7 +2396,7 @@ static sal_Bool lookupProfile(const sal_Unicode *strPath, const sal_Unicode *str ...@@ -2396,7 +2396,7 @@ static sal_Bool lookupProfile(const sal_Unicode *strPath, const sal_Unicode *str
{ {
static const sal_Char *SubDirs[] = SVERSION_DIRS; static const sal_Char *SubDirs[] = SVERSION_DIRS;
int i = 0; unsigned i = 0;
pStr = aTmpPath + nPos; pStr = aTmpPath + nPos;
for (i = 0; i < SAL_N_ELEMENTS(SubDirs); i++) for (i = 0; i < SAL_N_ELEMENTS(SubDirs); i++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment